Content originally posted in LPCWare by rkiryanov on Mon Apr 26 21:27:37 MST 2010
Quote: CodeRedSupport
What is it you are trying to achieve, and why?
I mark with __no_init my OS state variables, I init them before all other variables (zero init and value init). Also, IAR help:
Quote:
Description
Use the __no_init keyword to place a data object in non-volatile memory. This means that the initialization of the variable, for example at system startup, is suppressed.