Unlike RP2040 flash binaries (which need one) RP2350 flash binaries to not contain XIP setup code by default (the bootrom does the setup)PS2. I was hoping PICO_FLASH_SPI_CLKDIV=1 will be working, but unfortunately no.
You need to specify PICO_EMBED_XIP_SETUP=1 in your compile_definitions, then it will embed one and you can change the flash clock div
Statistics: Posted by kilograham — Tue Oct 08, 2024 4:51 am