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.

CC2340R5: CCFG区域数据烧录相关疑问

Part Number: CC2340R5


TI工程师,

       您好!

       最近在使用SDK里面的CC2340R5的nvsinternal工程,发现可以使用int_fast16_t NVS_erase(NVS_Handle handle, size_t offset, size_t size);和NVS_write(NVS_Handle handle, size_t offset, void *buffer, size_t bufferSize, uint_fast16_t flags);可以对普通的FLASH区域(0-0x7FFFF)进行擦除和烧录。我想请问下:1.是否可以使用上面的两个函数对CCFG区域进行更新?2.如果不能,麻烦能否提供下可以更新CCFG区域的函数?

谢谢!