I'm using a pic32mx170f256b and am trying to create a reserved memory area from 0x9d020000 to the end of NVM to store a firmware update.
I am currently allocating an array like this (smaller than I need obviously):uint8_t data __attribute__((address(0x9d..
↧