你好。
我在我的项目中使用 AFE58JD48,我们需要0.25 -28MHz 带宽。AFE58JD48可以支持高达60MHz 带宽。但我们在低噪声模式下设置 PGA Lfp @ 30米40米50米,我们输入了三角检查 带宽,但似乎不起作用。带宽仅为0.25-21米@-3dB。
我们已在低功耗模式下设置、设置寄存器位于
REG_VCA[0] <= 24'hc5_4000 ;// Init_Config (必须 写入 1 位)
REG_VCA[1] <= 24'hd0_0001 ;// Init_Config (必须 写入 1个 位)
REG_VCA[2] <= 24'hde_00c3 ;// Init_Config (必须 写入 1个 位)
REG_HSDA[3] Init_Config <= 24'hd1_588c;
// REG_HSDA[3] Init_Config <= 24'hde_00c3;
REG_VCA[4] <= 24'HDF_0040 ;// Init_Config (必须 写入 1 位)
REG_ADC[5] <= 24'h1e_0003 ; // Init_Config 主 页 (必须 写入 1 位)
REG_H12_0005[6] Init_Config <= 24'h12_0005 ; // 选择 其他 页面
REG_ADC[7] <= 24'h2A_0800 ; // Init_Config 杂项 页 (必须 写入 1 位)
REG_Miscellaneous Init_Config [8] <= 24'h12_0000 ; // 取消选择 其他 页面
REG_ADCx[9] <= 24'h11_FFFF ; // PAGE Init_Config ADCx=1 (启用页 选择 位)
REG_INIT[10] <= 24'h25_0002 ; // Init_Config bit = 1, 在 上电后必须写入1作为初始化的一部分
REG_ADC[11] <= 24'h11_0000 ; // PAGE Init_Config ADCx=0 (禁用页 选择 位)
REG_DIG[12] <= 24'h12_000a ; // 页 Init_Config 8CH DIG1,页 SEL 8CH DIG2 = 1
REG_PLL[13] <= 24'h31_03c0 ; // Init_Config mode = 80X。 CTRL K=1、 CTRL MODE = 1
REG_JESD[14] <= 24'h34_111f ; // Init_Config 子类 = 2, JESD版本= 1, K = 32
REG_CTRL L[15] <= 24'h35_01C0 ; // L=2、Init_Config L=1 、CTRL M=1 / 8adc
REG_H36_0007 Init_Config [16] <= 24'h36_0007 ; // M = 8
REG_MSB[17] <= 24'h30_8002 ; // Init_Config 首先 在 串行 输出 数据上传输
REG_H30_8006[18] Init_Config <= 24'h30_8006 ; // 禁用 页面 选择
REG_HCE_0006[19] Init_Config <= 24'HCE_0006;
REG_ADC[20] Init_Config <= 24'he8_68dc ;
REG_VCA[21] <= 24'he9_0100 ; // Init_Config
REG_H12_0000 Init_Config [22] <= 24'h12_0000 ;
REG_FFF[23] Init_Config <= 24'h13_FFFF ;
REG_H25[24] Init_Config <= 24'h25_64ca ;//hpf
REG_H22[25] Init_Config <= 24'h26_fd28 ;//hpf
REG_FAQ[26] Init_Config <= 24'h27_fa60 ;//hpf
REG_H28[27] Init_Config <= 24'h28_001e ;//hpf
REG_H24_0002[28] Init_Config <= 24'h24_0002 ;//hpf
REG_H20[29] Init_Config <= 24'h20_0019 ;//hpf
REG_H13_0000 Init_Config [30] <= 24'h13_0000 ;
REG_H12_0000 Init_Config [31] <= 24'h12_0000 ;
有什么 sometting 我们得到错误吗? 除了 PGA LPF,我们还需要设置其他 LPF 吗? 谢谢!
