You are dealing with a uController with 2 cores; the 2nd one being accessible programatically....
The problem is different. My board works from an external power source. Works and generates some information. When I connect the board to the computer via USB, the already working program stops. But I want the program to continue to work when connecting to a computer. Is it possible?
From what I can see (any experience with simple PICO programs).
- Incorporate the 2nd core into your design. I'm not sure if it continues to run when interrupted by a USB being plugged in.
- Design your BOOT/MAIN.PY programs to be restartable based on a saved state.
- Investigate (I have no experience) if the PICO DEBUG CABLE serial connections can help https://www.raspberrypi.com/documentati ... probe.html
- Use a serial connection using a PICO serial port https://www.robmiles.com/journal/2022/5 ... connection
Statistics: Posted by DS256 — Sat Mar 15, 2025 1:41 pm