Seeed Studio XIAO RP2350 doesn't boot
Port, board and/or hardware
RP2 2350
MicroPython version
MicroPython 1.24.1 ; XIAO RP2350
Reproduction
BOOTSEL XIAO RP2350 board, copy uf2 file, it reboots and never enumerates again
Expected behaviour
should enumerate REPL
Observed behaviour
doesn't enumerate
Additional Information
On Seeed Studio XIAO RP2350 page there is a note about incompatibility related to flash chip they use (found after struggling for a few hours...) and that they work with MicroPython team to solve this issue. Couldn't find any PRs or issues here so would like to ask if and when it should be fixed and what's the real issue is?
Code of Conduct
Yes, I agree
RP2350: Flash clock frequency problem
Port, board and/or hardware
XIAO RP2350
MicroPython version
MicroPython v1.26.0-preview.159.g0c623fe on 2025-05-28
And most of the firmware for this interface:
https://micropython.org/download/SEEED_XIAO_RP2350/
Reproduction
When using the firmware of this interface, you will find that the device has no serial port.
https://micropython.org/download/SEEED_XIAO_RP2350/
Expected behaviour
Merge this PR:https://github.com/micropython/micropython/pull/17374
Or give better suggestions
Observed behaviour
When using the firmware of this interface, you will find that the device has no serial port.
https://micropython.org/download/SEEED_XIAO_RP2350/
After my test, I found that it is not available after this commit: https://github.com/micropython/micropython/commit/91cff8e4f10ea665c5f3f4b16d62c98d6ca22037
And this commit will cause the PICO_FLASH_SPI_CLKDIV macro definition to be invalid, you can view this macro through this link: https://github.com/raspberrypi/pico-sdk/blob/master/src/boards/include/boards/seeed_xiao_rp2350.h#L137
Additional Information
No, I've provided everything above.
Code of Conduct
Yes, I agree