4.3.4.6 How Can I Load a Value Into Flash Memory?

The compiler provides different ways of defining Flash variables.

  • A variable can be explicitly placed into Flash using an appropriate space attribute.
  • Variables are implicitly placed into Flash in the default const-in-code memory model if they have the C const type qualifier.