Other Parts Discussed in Thread: AFE58JD48
部件号: AFE58JD48
大家好、我使用 AFE58JD48 芯片的自动偏移校正模式。 但是、当我根据数据表中的寄存器指令配置参数时、这不起作用、信号仍偏离基线。 以下是我配置的参数。 您能帮助我检查是否有任何错误吗?

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.
您好、
仅当 OFFSET_REMOVED_START_MANUAL 寄存器从 0 切换到 1 时、自动偏移校正才会起作用。 基本上、只有当 TX_TRIG 看到高脉冲时或 OFFSET_REMOVED_START_MANUAL 寄存器出现上升沿时、才会开始偏移校正。 因此、您可以在此序列中执行以下寄存器写入
分配 afe_offset_cfg[2]={8'h21、16'h0049};
分配 afe_offset_cfg[2]={8'h21、16'h004d};
或者、可以为 TX_TRIG 提供一个脉冲来启用偏移校正