Resolved! Forcing static initialized arrays into FLASH (not in SRAM)
Posted on December 29, 2016 at 17:57THIS ISN'T A QUESTION - IS A RESULT.I was having issues getting some static arrays to stay in FLASH, not SRAM. Since they NEVER change, allowing them to load into SRAM just means the exist in both flash & SRAM (ak...