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)