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.

CC1310: Limited flash write cycles

Part Number: CC1310


Hi there,

as I was looking for flash limitations to ensure proper execution, I ran into the 83 write cycle per row-limitation described in NVSCC26XX.h File Reference of the SimpleLink CC13X0 SDK [4.20.0.05].

Since, I couldn't find any information on flash rows for the CC1310 in the datasheet and the reference manual, I looked in the forum and found this thread.

Upon looking in the technical reference manual of the mentioned CC13x2, the limitation is indeed described there. For my controller, the CC1310, no limitation can be found in the datasheet or the technical reference manual.

My question is, can I safely write neighbouring bytes across a whole page (4KiB) on the CC1310 without fearing corruption? The bytes will be written once and at different times in order to flag runtime events.

Thank you very much!