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.

LAUNCHXL-CC26X2R1: 使用NV写接口时,程序一直重启

Part Number: LAUNCHXL-CC26X2R1


CC26xx,SDK7.10     使用osal_snv_write这个接口写flash时,程序会一直重启,使用osal_snv_read接口的时候不会出现问题,请帮忙看下是什么问题?

下面是接口调用的代码,谢谢!

#define NVID_CUST_START 0x100 //!< Start of the Customer's NV IDs
#define NVID_CUST_END 0x11F //!< End of the Customer's NV IDs

#define INGEEK_CUST_NV_ID(Idx) ((Idx) + NVID_CUST_START)