Hello together,
for free up space in RAM1 I use FLASHMEM very often at my Teensy 4.1. Even with this adjustment my RAM 1 went out of space. The usage of "DMAMEM" and "PROGMEM" free up very little space. My RAM 2 is nearly empty. Due to the i.MX RT1060 1 MB On-Chip-FlexRAM design there should be an opportunity to increase RAM 1 and decrease RAM 2. Do someone know which adjustments in the linker skript "imxrt1062_t41.ld" and the other scripts are required to achieve this?
Or is there another clever way to put more data in flash memory or RAM 2?
For now I am limited in my project to the RAM 1 size und would verly love to add more features in my project.
for free up space in RAM1 I use FLASHMEM very often at my Teensy 4.1. Even with this adjustment my RAM 1 went out of space. The usage of "DMAMEM" and "PROGMEM" free up very little space. My RAM 2 is nearly empty. Due to the i.MX RT1060 1 MB On-Chip-FlexRAM design there should be an opportunity to increase RAM 1 and decrease RAM 2. Do someone know which adjustments in the linker skript "imxrt1062_t41.ld" and the other scripts are required to achieve this?
Or is there another clever way to put more data in flash memory or RAM 2?
For now I am limited in my project to the RAM 1 size und would verly love to add more features in my project.