Skip to content

Commit

Permalink
Fix F7X2 AXIM flash region (#13270)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Jan 7, 2024
1 parent 024224d commit 09a7043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/link/stm32_flash_f722.ld
Expand Up @@ -49,6 +49,6 @@ REGION_ALIAS("RAM", SRAM1)

/* Put various bits and bobs of data into the free space after the vector table in sector 0 to save flash space. */

REGION_ALIAS("MOVABLE_FLASH", AXIM_FLASH)
REGION_ALIAS("MOVABLE_FLASH", AXIM_FLASH1)

INCLUDE "stm32_flash_f7_split.ld"

0 comments on commit 09a7043

Please sign in to comment.