Difference between revisions of "Raspberry Pi Pico"

From Stm32World Wiki
Jump to navigation Jump to search
(Created page with "Category:Raspberry Pico The Raspberry Pico is a Development Board")
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Raspberry Pico]]
+
[[Category:Raspberry Pi Pico]][[File:Pico Board.jpg|thumb|Raspberry Pi Pico Board]]
The Raspberry Pico is a [[Development Board]]
+
The [[Raspberry Pi Pico]] is a [[Category:Development Board|Development Board]] based upon the [[RP2040]] [[MCU]].
 +
 
 +
== SDK ==
 +
 
 +
The SDK is available at [https://github.com/raspberrypi/pico-sdk Github].  To use, the easiest approach is to clone this repository:
 +
 
 +
<pre>
 +
git clone --recursive git@github.com:raspberrypi/pico-sdk.git
 +
</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 ==
 +
 
 +
The [[Raspberry Pi Pico]]
 +
 
 +
== Miscellaneous Documentation ==
 +
 
 +
* [https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf RP2040 Datasheet]
 +
* [https://datasheets.raspberrypi.com/pico/pico-datasheet.pdf Raspberry Pi Pico Datasheet]
 +
* [https://datasheets.raspberrypi.com/rp2040/hardware-design-with-rp2040.pdf Hardware Design with RP2040]

Latest revision as of 10:06, 19 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

Miscellaneous Documentation