Here is the content of stm32h743xx_flash.icf:define symbol __ICFEDIT_region_ROM_start__ = 0x08000000;define symbol __ICFEDIT_region_ROM_end__ = 0x081FFFFF;define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;define symbol __ICFEDIT_region_R...
Yes, I saw that, and I didn't understand how can I use the whole RAM for executing my code.Currently, I'm Having a problem while executing my code, I keep getting "memory allocation error" because there is no place in the RAM.My system is very compli...