Skip to content

Raspberry Pi Pico hanging when writing microcontroller.nvm #4867

@DigitalMakerCIC

Description

@DigitalMakerCIC

Firmware

Adafruit CircuitPython 6.3.0 on 2021-06-01; Raspberry Pi Pico with rp2040

REPL

>>> import microcontroller
>>> microcontroller.nvm[0:3]
bytearray(b'\xff\xff\xff')
>>> microcontroller.nvm[0:3] = b'\x00\x01\x02'

Behavior

The system hangs, no error messages

Description

When it hangs, have to unplug the Pico and plug it back in.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugrp2040Raspberry Pi RP2040

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions