Hi All,
I need to move the code (code/rodata) of some files from Flash to Ram. I use MCUXpresso v11.2.0, iMXRT1061. I follow MCUXpresso_IDE_User_Guide.pdf (17.15.1 Relocating code from FLASH to RAM).
Nevertheless, I still see the same values in the report (SRAM-ITC still 0B):
cerma_0-1611583463750.png
My changes in linkerfile:
cerma_1-1611583492443.png
Settings my Project:
cerma_2-1611583515033.png
cerma_3-1611583526210.png
If I only move a function (AT_QUICKACCESS_SECTION_CODE()), then everything works.
Do I have to set anything else? Where am I making mistake?
But I need to move entire files.
Thank you for answer.
Jaroslav C.