How do I get an initialized structure to get placed into the auxflash program memory? I am wanting to place some constants into memory that are accessable to both the bootloader and application. typedef struct{uint32_t a;uint32_t b;uint32_t c;uint32_t d;}..
↧