What you want to do
I want to compile the STM32F429IGT6 project normally via EIDE on VSCode, just like STM32F103.
Describe the problem
When using STM32F429IGT6, the default RAM/FLASH layout in EIDE is all set to 0x0, triggering ARM Compiler 5 link error L6406E: No space in execution regions.
However, STM32F103 works fine, as EIDE automatically generates correct RAM/FLASH layout without manual input.
Expected behavior
EIDE should auto‑configure standard RAM/FLASH layout for STM32F4 series chips (e.g. F429IGT6), same as STM32F1 series, to prevent manual configuration mistakes.
I later found the method to configure RAM/FLASH and compiled successfully, but this process is very troublesome. I hope you can optimize the support for these chips. I configured the project normally with STM32CubeMX and it works fine usually, but this issue only occurs when using F407 and F429. Thank you for your optimization!

What you want to do
I want to compile the STM32F429IGT6 project normally via EIDE on VSCode, just like STM32F103.
Describe the problem
When using STM32F429IGT6, the default RAM/FLASH layout in EIDE is all set to 0x0, triggering ARM Compiler 5 link error
L6406E: No space in execution regions.However, STM32F103 works fine, as EIDE automatically generates correct RAM/FLASH layout without manual input.
Expected behavior
EIDE should auto‑configure standard RAM/FLASH layout for STM32F4 series chips (e.g. F429IGT6), same as STM32F1 series, to prevent manual configuration mistakes.
I later found the method to configure RAM/FLASH and compiled successfully, but this process is very troublesome. I hope you can optimize the support for these chips. I configured the project normally with STM32CubeMX and it works fine usually, but this issue only occurs when using F407 and F429. Thank you for your optimization!