Hi out there...
I'm trying to move an array of structs to FRAM using the #pragma PERSISTENT (xyz) directive inside an header file and not in Main.c
At compile time the compiler claims about Error: symbol "xyz" redefined: first defined in "./xxx.obj"; redefined in "./main.obj"
If i define this symbol in Main.c compilation works, but the symbol logically is not available to other moduls.
Does anybody know, how to get rid of this?
THX Amir
CCS Version: 6.1.3.00034
MSP430FR5959