SRAM1_text overflow
I am trying to port a FW which was running on STM32H7 controller to F4 core of STM32MP157.
I get this errors
CM4.elf section `.text' will not fit in region `SRAM1_text' CM4 C/C++ Problem
make: *** [makefile:68: CM4.elf] Error 1 CM4 C/C++ Problem
region `SRAM1_text' overflowed by 1073768 bytes CM4 C/C++ Problem
region SRAM1_text overflowed with text and data CM4 C/C++ Problem
section .data VMA [0000000010020000,0000000010020327] overlaps section .text VMA [0000000010000000,0000000010124003] CM4 C/C++ Problem
How to over come this problem, is it possible to change the allocated RAM for M4 code?
