-
On MacBook Pro M2 (Mac OS 13.3.1) running PlatformIO IDE v3.3.1 in VS Code 1.82.2
Main error: `dyld[2890]: Library not loaded: /usr/local/opt/libusb/lib/libusb-1.0.0.dylib`
Uploading from Arduin…
-
I've got massive problems getting core1 to work.
I assume there is a problem using 'sleep_ms' on core1.
Code:
```
#include
#include
#include "pico/stdlib.h"
#include "pico/multicore.h…
-
The error indicates it's looking for Intel Homebrew (`/usr/local/opt/homebrew/...`):
```
~/.vscode/extensions/chipcode-nl.picoprobe-mac-1.0.9/bin/openocd
dyld[50839]: Library not loaded: /usr/l…
-
On linux on amd64, gdb can do ```info variables``` to see globals, but ```info locals``` usually lists all the variables as optimized out.
This is the case even with
tinygo -opt 1
I can't g…
-
How to debug an Arduino program with the Segger J-Link?
- Core: Arduino Mbed OS RP2040 Boards
- Board: Pico RP2040 board
- Option: `-g3 -ggdb`
- Programmer: Segger J-Link
The mbed RTOS plug-…
-
Hi,
I have a pico clone board (the purple ones) that I can flash with the official picoprobe firmware without any problem. I want to try yapicoprobe (mainly to have RTT).
Using the latest re…
-
### Please describe your issue.
Trying to flash a simple BlueTooth Receiver, based on a Pico W and a Led with a resistor, using the Santroller Builder (seller tool).
The compilation fails with the…
-
This is a Raspberry Pi-Pico documentation issue where when describing the use of a 2nd Pico as a debug probe with openocd, there needs to be an explicit note that for multicore use, a system-reset is …
-
Hi,
It seems there is a problem with the flash write routines for STM32H750. A simple program like the below gives corrupted flash for about one out of five attempts for a 30 kB file, without any t…
-
**Summary**
I recently bought a stack of puya py32 mcu’s after reading this [article](https://jaycarlson.net/2023/02/04/the-cheapest-flash-microcontroller-you-…