Difference between revisions of "Raspberry Pi Pico"

From Stm32World Wiki
Jump to navigation Jump to search
m (Lth moved page Raspberry Pico to Raspberry Pi Pico)
Line 9: Line 9:
 
git clone --recursive git@github.com:raspberrypi/pico-sdk.git
 
git clone --recursive git@github.com:raspberrypi/pico-sdk.git
 
</pre>
 
</pre>
 +
 +
== USB Flashing ==
 +
 +
The [[Raspberry Pi Pico]] is equipped with a [[Micro-USB]] connector and it can be flashed with simple drag and drop.
  
 
== Picoprobe ==  
 
== Picoprobe ==  
  
 
The [[Raspberry Pi Pico]]
 
The [[Raspberry Pi Pico]]

Revision as of 04:15, 18 December 2021

Raspberry Pi Pico Board

The Raspberry Pi Pico is a based upon the RP2040 MCU.

SDK

The SDK is available at Github. To use, the easiest approach is to clone this repository:

git clone --recursive git@github.com:raspberrypi/pico-sdk.git

USB Flashing

The Raspberry Pi Pico is equipped with a Micro-USB connector and it can be flashed with simple drag and drop.

Picoprobe

The Raspberry Pi Pico