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.

在CC2640R2F调用官方adc例程时,debug已经成功,但是寄存器读取错误,且不生成hex文件



问题一:debug后,AUX_AIODIO0和AUX_AIODIO1寄存器上显示不可读状态;

问题二:刚开始不生成hex文件,在properties的里面勾选ARM Hex Utility的Enable ARM Hex Utility之后,利用生成的Hex文件在Flash programmer2里面烧写代码时,显示错误:Error occured at addr: 0x0001FFA8, writing 68 bytes。

这两个问题该如何处理呢?

PS:ADC例程里面的代码我并未进行修改