This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS 5.3 - uninitialized variable (noinit)

Other Parts Discussed in Thread: HALCOGEN

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