We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0615876 + 01a1cdf commit c0ec904Copy full SHA for c0ec904
ports/mimxrt10xx/boards/metro_m7_1011/flash_config.c
@@ -36,7 +36,7 @@ const BOOT_DATA_T boot_data = {
36
0xFFFFFFFF /* empty - extra data word */
37
};
38
39
-// Config for W25Q16JV with QSPI routed.
+// Config for W25Q32JV with QSPI routed. (compatible with GD25Q32)
40
__attribute__((section(".boot_hdr.conf")))
41
const flexspi_nor_config_t qspiflash_config = {
42
.pageSize = 256u,
ports/mimxrt10xx/boards/metro_m7_1011/mpconfigboard.h
@@ -7,7 +7,7 @@
7
// make sure you don't overwrite code
8
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
9
10
-#define BOARD_FLASH_SIZE (2 * 1024 * 1024)
+#define BOARD_FLASH_SIZE (4 * 1024 * 1024)
11
12
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO_02)
13
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO_01)
0 commit comments