Hi there,
I'm working with RM46 and CCS5.3.
I want to use uninitialized variables.
How can I do that in source code?
I've tried something like this with a complete structure (app_no_init_t)
#pragma NOINIT (T_app_no_init)
app_no_init_t T_app_no_init;
But it doesn't seem to work...
Regards, Andy