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.
我正在尝试使用提供的 OTP 校准函数和 ADC_Setmode 函数来校准 ADC 外设(ADCA、ADCB、ADCC 和 ADCD)。 当 CPU1已完成初始化并为 CPU2提供"确定"引导时、我正在 CPU2中运行此 ADC 校准。
我的问题是、我在 CPU1的 OTP (TI_OTP_DEV_KEY_BF、0x5A5A)中看到了适当的校准数据、但当我查看 CPU2中的 OTP 地址时、我看到的都是0FFFFs。
我缺少什么? CPU2是否可以访问我通过 CCS 中的存储器浏览器看到的 OTP 中的 ADC 校准数据?
谢谢