Hi Everyone,
This is my first post on TI community and i hope i wont disappoint anyone or i wont get myself disappointed :)
So i am reasonably well versed with STM32F4 family of microcontrollers and i know that it offers a way where we can program the on chip flash to read or write data using some FLASH API's and manipulating linker file.
But now i have a task in hand where i need to do something similar kind of task using C2000 Launhpad board housing TMS320F2802x controller.
I searched through online and in some TI documentations provided in the link below. None of them gave me any hints where i can use flash memory sectors to define my own data section and use it for Read/Write purpose during the runtime. I mean to say i need the some data generated in the program to get stored or fetched from the flash during runtime.
Please let me know if this is doable on this particular family of controller and launchpad or is not possible ?? If not please provide me some alternatives !!
If doable please provide me some links and code examples on how i could achieve this ?
http://www.ti.com/lit/ug/sprufn6a/sprufn6a.pdf
Thanks!