Hello everyone,
How should a variable be declared in CCS 5.3 to not be initialized during usual pre_init procedure?
I would like to set a memory flag just before a soft-reset (PMMCTL0 = PMMPW | PMMSWBOR;) to be able to identify the source of specific conditions on my software.
Gabriel