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.

CC2541: CC2541 SNV write/read abnormal

Part Number: CC2541

Hello,

We use CC2541 chip and BLE-CC254x-1.4.2.2.  Enable Large OAD feature.

when we use osal_snv_write/read API,it works abnormal. It can not write succeeded. 

We test the Flash ID from 0x80~0xFE.

So we try to use HAL read/write API.

*************************************

HalFlashErase(page_id); //Flash ID

while( FCTL & 0x80 ); // wait for erase to complete
HalFlashWrite(addr_id, data, data_len);

*************************************

How to use/set  page_id/addr_id/data_len ? 

Thanks

Peter