8000 mimxrt/boards/ADAFRUIT_METRO_M7: Reduce flash freq to 100MHz. · sparkfun/micropython@1e3cce1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e3cce1

Browse files
robert-hhdpgeorge
authored andcommitted
mimxrt/boards/ADAFRUIT_METRO_M7: Reduce flash freq to 100MHz.
It was set to 133Mhz, but that is not stable. Reduce to 100MHz. The UF2 bootloader runs at 100MHz, so no need for a change of the bootloader. Signed-off-by: robert-hh <robert@hammelrath.com>
1 parent 6425c9e commit 1e3cce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/mimxrt/boards/ADAFRUIT_METRO_M7/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MCU_VARIANT = MIMXRT1011DAE5A
44
MICROPY_FLOAT_IMPL = single
55
MICROPY_HW_FLASH_TYPE ?= qspi_nor_flash
66
MICROPY_HW_FLASH_SIZE ?= 0x800000 # 8MB
7-
MICROPY_HW_FLASH_CLK = kFlexSpiSerialClk_133MHz
7+
MICROPY_HW_FLASH_CLK = kFlexSpiSerialClk_100MHz
88
MICROPY_HW_FLASH_QE_CMD = 0x31
99
MICROPY_HW_FLASH_QE_ARG = 0x02
1010

0 commit comments

Comments
 (0)
0