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.

Internal flash storage in TI-RTOS way

In standard TI-RTOS documentation memory access described only for external flash.
I want to store in internal flash CC13xx ID number of my device.
How I can do it in RTOS way?

There are 2 questions:
If I need unchangeable ID I can write it on full device programming (on manufacturing).
I want to read only in my program.
If I need to store changeable configuration, then I have to write to internal memory too.

How I can do it?