SEEED_XIAO_NRF52 board access to 1 MB Flash
Port, board and/or hardware
XIAO nRF52840 Sense
MicroPython version
MicroPython v1.26.0-preview.527.g593ae04ee on 2025-08-07; XIAO nRF52840 Sense with NRF52840
the same with 1.25.0
Reproduction
stat = os.statvfs("/flash")
(4096, 4096, 64, 59, 59, 0, 0, 0, 0, 255)
So that's 256 kB of memory.
Expected behaviour
No response
Observed behaviour
The board is 256 KB RAM,1MB Flash 2MB onboard Flash
Why does MicroPython only reports 256 kB ?
BTW how do I access both Flash + onboard Flash ? Do I need to make a manual operation in my code?
THanks
Additional Information
No, I've provided everything above.
Code of Conduct
Yes, I agree
zephyr: Ctrl-C does not cause KeyboardInterrupt
Port, board and/or hardware
zephyr port, XIAO BLE NRF52840 SENSE
MicroPython version
MicroPython v1.26.0-preview.293.g7989a1488 on 2025-07-02; zephyr-xiao_ble with nrf52840
built with
west build -b xiao_ble/nrf52840/sense ../submodules/micropython/ports/zephyr
Reproduction
At the REPL, enter this:
while True:
pass
Then try to interrupt with Ctrl-C.
Expected behaviour
Expected to interrupt the loop and return to the REPL prompt.
Observed behaviour
Kept running, no response to Ctrl-C
Additional Information
No, I've provided everything above.
Code of Conduct
Yes, I agree