Skip to content

Commit a1acbad

Browse files
committed
stm32/flash: Increase H7 flash size to full 2MiB.
1 parent 958fa74 commit a1acbad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports/stm32/flash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ static const flash_layout_t flash_layout[] = {
7777
#elif defined(STM32H7)
7878

7979
static const flash_layout_t flash_layout[] = {
80-
{ 0x08000000, 0x20000, 8 },
80+
{ 0x08000000, 0x20000, 16 },
8181
};
8282

8383
#else

0 commit comments

Comments
 (0)