platformio / platform-raspberrypi

Raspberry Pi: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/raspberrypi
Apache License 2.0
73 stars 96 forks source link

Internal error: Failed to update peripheral <PERIPHERAL> after memory reads #59

Open brizzolazzi opened 1 year ago

brizzolazzi commented 1 year ago

I am trying to read the contents of the peripheral registers using VS Code.

Unfortunately when I click on a peripheral on XPERIPHERAL section of the debug column I got the following error:

Internal error: Failed to update peripheral BUSCTRL after memory reads
Internal error: Failed to update peripheral PADS_BANK0 after memory reads
Internal error: Failed to update peripheral IO_BANK0 after memory reads
Internal error: Failed to update peripheral BUSCTRL after memory reads
Internal error: Failed to update peripheral DMA after memory reads
Internal error: Failed to update peripheral I2C0 after memory reads

The step-by-step debug works fine instead.

My platformio.ini file is the simplest one:

[env:pico]
platform = raspberrypi
board = pico
framework = arduino

Thanks in advance to everyone.

Dantali0n commented 11 months ago

Hello this repository is refusing updates and fixes because platformio demands money from the raspberry pi foundation which they are unwilling to pay.

Please consider switching to the https://github.com/maxgerhardt/platform-raspberrypi repository for continued use of Pi Pico within PlatformIO