Hello,
I'm working with a custom board with a S7G2 microcontroller and I want to store the const values in guix_resources.c in the QSPI memory. I'm trying to store the whole object trough the linker script file (I'm using IAR).
I'm trying to do so by adding this line:
place in QSPI_region { ro section .qspi_flash object GUIX_resources.o };
where GUIX_resources.o is the object that contains all the const values. But when I check the obtained .map file the const values are not defined in my QSPI area.
Am I missing something?
Regards,
isaenz.