Skip to content

Commit

Permalink
H7 uses 128k pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Aug 27, 2023
1 parent c8c536d commit 12b9a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/hw_layer/ports/stm32/stm32h7/STM32H743xI.ld
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

/* change address & length if bootloader */
bootloader_size = 32k;
bootloader_size = 128k;
flash_start = 0x08000000 + (DEFINED(HAS_BOOTLOADER) ? bootloader_size : 0);
flash_size = DEFINED(IS_BOOTLOADER) ? bootloader_size : 1M;
image_size = DEFINED(HAS_BOOTLOADER) ? (flash_size - bootloader_size) : flash_size;
Expand Down

0 comments on commit 12b9a3e

Please sign in to comment.