Loading...
 
Skip to main content

System Workbench for STM32


PROGMEM equivalent

Just use const, the linker will place it in the read-only .rodata section and the startup code will not copy it into RAM.