Hi The default FlexRAM of the i.MX RT 1024 is 64k DTC, 64k ITC and 128k OCR. See chapter 17 of
I followed this post https://community.nxp.com/t5/i-MX-RT/FlexRAM-and-Linker-Problem/m-p/990512 , specially from JackKing and intended to make full use of SRAM_DTC as below. My usage of SRAM_DTC is about 27%, bigger than default 128K, it compiles fine, Memory region Used Si...
Hi all, I am getting the linker error that my .bss no longer fits in SRAM_DTC. I can see that SRAM_DTC is 16K large. I understand, this is not small,
I don't think I am "allowed" to simply delete the SRAM_DTC section and regenerate stuff, since the RT1020 won't boot when I do this. I also can't manually change the linker scripts because they are auto generated on build. So how can I move .bss to ext...
Solved: Good day I would like to increase the size of the SRAM_DTC in my MCUXpresso project. I am using NXP's RT1064 EVK. The reason I would like to
I would like to increase the size of the SRAM_DTC in my MCUXpresso project. I am using NXP's RT1064 EVK. The reason I would like to increase this is because I get the following error when compiling my code: "region SRAM_DTC overflowed by 13664 bytes". I believe my stack is too ...
I would like to increase the size of the SRAM_DTC in my MCUXpresso project. I am using NXP's RT1064 EVK. The reason I would like to increase this is because I get the following error when compiling my code: "region SRAM_DTC overflowed by 13664 bytes". I believe my stack is ...