Error while running Linker in IAR (STM32F746G-DISCO)
I've followed this article to configure a CubeMX project with TouchGFX graphics and IAR Embedded Workbench: https://touchgfx.zendesk.com/hc/en-us/articles/360019884752-Configuring-STM32F746G-DISCO
I got it working several times, but suddenly the linker gives an error:
Error[Lp011]: section placement failed
unable to allocate space for sections/blocks with a total estimated minimum size of 0x10'1d00 bytes (max align 0x4) in <[0x9000'0000-0x9010'0000]> (total uncommitted space 0x10'0001).
Error while running Linker
My application consists of a clock (made with this tutorial: https://touchgfx.zendesk.com/hc/en-us/articles/360018667192-Step-1-Setting-up-the-two-Screens) a using some hardware pins. (Blinking an LED and UART.)
All help is appreciated.
