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?