Part Number: MSP430FR2355
Tool/software: Code Composer Studio
Good evening...
I have an application where I want a default ID stored on an MSP430FR2355 in non-volatile space. Through system configuration I would like to write a new user ID to a separate non-volatile location in the MSP. I would like this new ID to be readable and queried. If the user decides to do a hard board reset I would like the unit to revert back to the default ID which will allow the user to create and write in a new user ID. .....Can someone tell me what pre-compiler pragmas I may want to look into? (just PERSISTENT?) As a hardware guy who knows C but very little understanding of the compiler and linker I am struggling here. I have tested the PERSISTENT and found in the .map file the .TI.PERSISTENT along with the variable name....If I create a second variable PERSISTENT I cannot for the life of me get it to show up in the .map.....
Thanks
Steve