Skip to content

Commit

Permalink
change flash partitioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall-Scharpf committed Feb 7, 2025
1 parent ee8df94 commit 13f822b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/stm/boards/rapid0_cdh/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#define MICROPY_HW_MCU_NAME "STM32H743"

#define FLASH_PAGE_SIZE (0x4000)
#define CIRCUITPY_FIRMWARE_SIZE (768 * 1024)
#define INTERNAL_FLASH_FILESYSTEM_SIZE (1152 * 1024)

// H7 and F7 MPU definitions
#define CPY_FLASH_REGION_SIZE ARM_MPU_REGION_SIZE_2MB
Expand Down

0 comments on commit 13f822b

Please sign in to comment.