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.

LP-CC2652R7: Internal Flash Access

Part Number: LP-CC2652R7
Other Parts Discussed in Thread: CC2652R7

Hi Team,

SDK Used : simplelink_cc13xx_cc26xx_sdk_7_10_01_24

Code Used: simple_peripheral_LP_CC2652R7_tirtos7_ticlang

We have requirement to store the 4Bytes of data to Internal flash and read it from the next boot cycle. We have tried to use osal_snv_write/read, but its seems like this will be applicable only after BLE Stack Initialization. But we want to read the data as earliest in the boot. So kindly help us, do we have any provision to access the internal flash from the early boot (may be after main() or before simple_peripheral Init).

Thanks in advance