Constant data in flash memory / program space?
Posted: Tue May 30, 2017 2:54 am
Does this CPU architecture allow to keep constant data in flash memory, similar to other Harvard CPU architectures (AVR for example) or is constant data always copied from flash to RAM on start-up?
If flash based constant data access is possible, what is the proper declaration to do this? Is there a PROGMEM attribute or something similar which can be added to a declaration?
If flash based constant data access is possible, what is the proper declaration to do this? Is there a PROGMEM attribute or something similar which can be added to a declaration?