Hi, I'm using a section of NVRAM to store some parameters using the PIC32MZ EC Starter KitI also wanted to have default values set from code so I came up with this :const volatile uint8_t __attribute__((address(DRV_NVM_MEDIA_START_ADDRESS))) NVM_DATA_FLAS..
↧