Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
boards:pico [2024/08/26 21:54] – [Debugprobe] darronboards:pico [2024/08/26 22:43] (current) – [Debugprobe] darron
Line 190: Line 190:
 Debugprobe turns a Pi PICO into a debugger which can then Debugprobe turns a Pi PICO into a debugger which can then
 be used to debug another Pi PICO. be used to debug another Pi PICO.
- 
-Notice: On the Pi Pico revision B1 the probe will disconnect 
-from the USB bus and lock up with using its UART feature. This 
-was tested on a Pi 4B host. 
  
 This project was previously known as picoprobe and the difference This project was previously known as picoprobe and the difference
Line 200: Line 196:
  
 This is cheap alternative to buying a dedicated debugger. This is cheap alternative to buying a dedicated debugger.
 +
 +NB on the Pi Pico revision B1 Debugprobe will disconnect
 +from the USB bus and lock up when using its UART feature. This
 +was seen on a Pi 4B host. This fault has not been seen when using 
 +a Pi Pico revision B2 on the same host.
  
 Debug probe depends on [[tools:gccarm|GCC-ARM]] and Picotool to build from source. Debug probe depends on [[tools:gccarm|GCC-ARM]] and Picotool to build from source.