Difference between revisions of "Raspberry Pi Pico"

From SEGGER Wiki
Jump to: navigation, search
(Setting up with J-Link)
Line 14: Line 14:
   
 
== Setting up with J-Link ==
 
== Setting up with J-Link ==
The Raspberry Pi Pico evaluation board comes with an external SWD connector pads (from left to right: SWCLK, GND, SWDIO).
+
The Raspberry Pi Pico evaluation board comes with an external SWD debug connector (3 pins: SWCLK, GND, SWDIO).
To set it up with J-Link, the following steps are required:
+
To set the board up with J-Link, the following steps are required:
 
<ol>
 
<ol>
 
<li>
 
<li>
Solder a 3-pin pin strip (or jumper wires) to the debug connector pads.
+
Solder a 3-pin pin strip to the debug connector pads.
 
</li><li>
 
</li><li>
* Solder a pin Strip to the GPIO pads of the evaluation board or a jumper wire to Pad 36 (3V3(OUT))
+
Solder a pin Strip to the GPIO pads of the evaluation board. The relevant pad is ''Pad 36'' (3V3(OUT))
 
</li><li>
 
</li><li>
* Connect the pins with the J-Link by using Jumper wires as follows:
+
Connect the J-Link to the evaluation board, using jumper wires as follows:
 
{| class="wikitable"
 
{| class="wikitable"
! Pin RP Pico !! Pin J-Link !! Signal
+
! Pin RP Pico !! Pin J-Link !! Signal
 
|-
 
|-
| "DEBUG" 1 || 9 || SWCLK
+
| "DEBUG" SWCLK || 9 || SWCLK
 
|-
 
|-
| "DEBUG" 2 || 4 || GND
+
| "DEBUG" GND || 4 || GND
 
|-
 
|-
| "DEBUG" 3 || 7 || SWDIO
+
| "DEBUG" SWDIO || 7 || SWDIO
 
|-
 
|-
| 36 || 1 || VTref
+
| Pad 36 || 1 || VTref
 
|}
 
|}
 
</li>
 
</li>
 
</ol>
 
</ol>
  +
'''Note:''' For a more reliable, simpler solution, the [https://www.segger.com/products/debug-probes/j-link/accessories/adapters/segger-flying-wire-adapter/ SEGGER Flying Wire Adapter] is recommended.

Revision as of 11:21, 9 February 2021

File:RP RP2040 Pico
Raspberry Pi Pico evaluation board (RP2040)

The Raspberry Pi Pico is a Raspberry Pi RP2040 evaluation board. It is the first MCU evaluation board published by Raspberry Pi.

Features (selection)

  • RP2040 MCU
  • 2MB on board QSPI flash
  • Micro USB-B 1.1
  • Temperature sensor
  • On board LED
  • external debug connector pads

For further information pelase refer to the Rapberry Pi Pico web page

Setting up with J-Link

The Raspberry Pi Pico evaluation board comes with an external SWD debug connector (3 pins: SWCLK, GND, SWDIO). To set the board up with J-Link, the following steps are required:

  1. Solder a 3-pin pin strip to the debug connector pads.
  2. Solder a pin Strip to the GPIO pads of the evaluation board. The relevant pad is Pad 36 (3V3(OUT))

  3. Connect the J-Link to the evaluation board, using jumper wires as follows:

    Pin RP Pico Pin J-Link Signal
    "DEBUG" SWCLK 9 SWCLK
    "DEBUG" GND 4 GND
    "DEBUG" SWDIO 7 SWDIO
    Pad 36 1 VTref

Note: For a more reliable, simpler solution, the SEGGER Flying Wire Adapter is recommended.