Krzysztof Królczyk 01b7ff8ff0
fix: layer-by-layer examples
closes: #3794 #3793

Remove 'blinky-irq' from workspace.
During linking from workspace level - embassy-stm32 and example code redefine EXTI15_10 symbol
Building it separately, outside of workspace works

Signed-off-by: Krzysztof Królczyk <Krzysztof.Krolczyk@o2.pl>
2025-02-11 10:08:47 +01:00

6 lines
131 B
Plaintext

MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 2048K /* BANK_1 */
RAM : ORIGIN = 0x20000000, LENGTH = 640K /* SRAM */
}