您好!
一个电池被连接至模拟(ADS131A04)输入、并且轻轻敲击 PCB。
ADC 转换的结果是远远超出正常范围的跳转。
近况如何?
谢谢!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
当输入稳定电压时、无论该值是多少、正常读回的 ADC 转换值都是稳定的。 当物理影响时、该值将立即产生较大的波动(超过正常波动值的5倍);SPI 时钟周期为80ns、采样时间在时钟下降沿之后选择为20ns。
配置如下:
始终@(POSege clk)
if (clkv2) case (rCnt2[4:0])
0: Treg[15:0]<=16'h655;//解锁
1: Treg[15:0]<=16'h4b78;//内部基准、4V
2: Treg[15:0]<=16'h4c3c;//无 CRC
3: Treg[15:0]<=16'h4d88; //SCLK、SCLK<25M、iclk<12M、FMod<4.25M
4: Treg[15:4096~32 <={12'h4e4、vset2[3:0]};//0~15:μ s
//4: Treg[15:0]<=16'h4e40;//0~15:4096~32
5: Treg[15:0]<=16'h4f0f;//所有通道打开
6: Treg[15:0]<=16'h5101;//通道1增益:2.
7: Treg[15:0]<=16'h5201;//通道2增益:2.
8: Treg[15:0]<=16'h5301;//通道3增益:2.
9: Treg[15:0]<=16'h5401;//通道4增益:2.
10: Treg[15:0]<=16'h0033;//唤醒
默认值: Treg[15:0]<={4'H2、rCnt2[3:0]、8'h0};
端箱
否则 if (clkv3)
Treg[15:0]<={Treg[14:0]、1'b0};