Solved
Store constant variables in Flash
Posted on May 31, 2017 at 20:54
I am trying to figure out how to store a constant variable (a constant string of chars) on flash, so it does not occupy valuable blocks of RAM to store a const. In AVR there was something called PROGMEM, but here I can't find any similar method to do so.
How can I store a constant array of chars in the Flash memory?
#variable #flash #ram