Skip to content

Commit c0ec904

Browse files
authored
Merge pull request #4441 from jepler/metro_m7_4mb
metro m7: another place to fix flash capacity
2 parents 0615876 + 01a1cdf commit c0ec904

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/mimxrt10xx/boards/metro_m7_1011/flash_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const BOOT_DATA_T boot_data = {
3636
0xFFFFFFFF /* empty - extra data word */
3737
};
3838

39-
// Config for W25Q16JV with QSPI routed.
39+
// Config for W25Q32JV with QSPI routed. (compatible with GD25Q32)
4040
__attribute__((section(".boot_hdr.conf")))
4141
const flexspi_nor_config_t qspiflash_config = {
4242
.pageSize = 256u,

ports/mimxrt10xx/boards/metro_m7_1011/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// make sure you don't overwrite code
88
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
99

10-
#define BOARD_FLASH_SIZE (2 * 1024 * 1024)
10+
#define BOARD_FLASH_SIZE (4 * 1024 * 1024)
1111

1212
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO_02)
1313
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO_01)

0 commit comments

Comments
 (0)