jitheeshts
Banned
Hi,
we are working on a project based on ARM Cortex M0 controller. We are having a limited amount of RAM(190KB), which is causing us an issue that our application(.text + .data + .bss) itself is larger than RAM Size(Code directly runs from RAM since we only have an external flash which is interfaced with QSPI). We are using arm-none-eabi-gcc toolchain. We came across some mechanism named 'overlay' to solve this issue. But overlay is a mechanism which is provided by the toolchain itself. We were not able to find proper documentation for overlay support on arm-none-eabi-gcc toolchain. If anybody has some experience on this one, please help us solve this issue. Any help is appreciable.
Thanks & Regards
Jitheesh Surendran
we are working on a project based on ARM Cortex M0 controller. We are having a limited amount of RAM(190KB), which is causing us an issue that our application(.text + .data + .bss) itself is larger than RAM Size(Code directly runs from RAM since we only have an external flash which is interfaced with QSPI). We are using arm-none-eabi-gcc toolchain. We came across some mechanism named 'overlay' to solve this issue. But overlay is a mechanism which is provided by the toolchain itself. We were not able to find proper documentation for overlay support on arm-none-eabi-gcc toolchain. If anybody has some experience on this one, please help us solve this issue. Any help is appreciable.
Thanks & Regards
Jitheesh Surendran