PROGMEM equivalent Posted by bugmenot on 2017-07-20 11:31 Just use const, the linker will place it in the read-only .rodata section and the startup code will not copy it into RAM.