← index #17867Issue #17608
Off-topic · high · value 2.301
QUERY · ISSUE

SEEED_XIAO_NRF52 board access to 1 MB Flash

openby domisolopened 2025-08-08updated 2025-11-30
enhancementport-nrf

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

CANDIDATE · ISSUE

zephyr: Ctrl-C does not cause KeyboardInterrupt

closedby bikeNomadopened 2025-07-02updated 2025-07-03
bugport-zephyr

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

Keyboard

j / / n
next pair
k / / p
previous pair
1 / / h
show query pane
2 / / l
show candidate pane
c
copy suggested comment
r
toggle reasoning
g i
go to index
?
show this help
esc
close overlays

press ? or esc to close

copied