Hi, Something like the following:
uint8_t __attribute__((section(".infomem"))) stuff[128];puts "stuff" into the correct address in info memory. However, it is initialised to zero. When I download my code to flash it screws the config data I have in info memory. How can this initialisation be prevented. It certainly isn't what I want. :-(
Regards, Steve