Resolved! Store constant variables in Flash
Posted on May 31, 2017 at 20:54I 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...