Tool/software: Code Composer Studio
Hi
I have taken base address as 0x10000 of NVM, I want to write data to specific address ex: 0x10004
Can anyone please help me in writing data to specific address location using NVS_write() API
Regards,
shilpa
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.
Tool/software: Code Composer Studio
Hi
I have taken base address as 0x10000 of NVM, I want to write data to specific address ex: 0x10004
Can anyone please help me in writing data to specific address location using NVS_write() API
Regards,
shilpa
Hi Shilpa,
Did you study the NVS examples in teh SDK and the NVS documentation?
http://dev.ti.com/tirex/explore/node?node=AP24VgJ7gbuZWQrdF16tIg__pTTHBmu__LATEST
Both of these show how to write into your NVS region with a given offset.