Hello,
I have exercised the flash driver and that is working fine. I want to save a certain value into a specific address in NVM and I want that part of the .hex file. I am assuming this would be done using __attribute or some other GCC symbol, but I have never done this with SES or a placement file.
Let's say I wanted to save 16 bytes at a fixed address in NVM. How would I do that by allocation a section and adding the correct declaration in the code?
I appreciate the help.