platform-raspberrypi icon indicating copy to clipboard operation
platform-raspberrypi copied to clipboard

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

Open brizzolazzi opened this issue 1 year ago • 1 comments

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.

brizzolazzi avatar Nov 14 '23 14:11 brizzolazzi

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

Dantali0n avatar Dec 21 '23 11:12 Dantali0n