Part Number: MSP430FR5994
Tool/software: Code Composer Studio
Dear team,
Can you please help us to make member of the structure element as #PERSISTENT to make it as FRAM variable in C using Code composer studio.
for eg:
struct strmain
{
struct strsubmain
{
int a;
int b;
}strsubmain;
int c ;
int d;
}strmain;
I want to use #PERSISTENT for strsubmain member of main structure. what will be the syntax for this. tried many methods. not working out.
Thanks & regards,
Anil Dsouza