Closed robhamerling closed 3 years ago
I haven't worked with this board in over a year. No doubt something upstream has changed. Will look into it soon
Try ... // 1 = use internal flash (512 KByte) // 0 = use onboard SPI flash (4 MByte) Winbond W25Q32
...
in boards/WEACT_F411CEU6/mpconfigboard.h
with "#define MICROPY_HW_SPIFLASH_ENABLE_CACHE (1)" I managed to compile without problem.
Thanks, I have a working v1.13-268 firmware version now!
When trying to build v1.13-266 the messages below appear. It seems related to a recent change in Micropython: drivers/memory/spiflash: Add MICROPY_HW_SPIFLASH_ENABLE_CACHE option.