Hi,Can you advise me how to declare const union at specific address in flash memory. I thought it might look something like this.union __attribute__((space(psv), address(0xA000))) {
const char MyFlashRow0;
struct {
const char MyBlock0..