pgmspace.h is not supported?

maple has FLASH, e.g.,
uint32_t array[] FLASH = {0, 1, 2};
but that doesn't seem to work for DUE gcc. :frowning:

But another thread in this Due forum notes that declaring things "const" puts them in flash ... :slight_smile: