eric2013 发表于 2022-4-2 00:55:59

树莓派RP2040所有资源整理汇总(2022-06-11)

官网:
https://www.raspberrypi.com/documentation/microcontrollers/

在线文档:
https://raspberrypi.github.io/pico-sdk-doxygen/

Github SDK :
https://github.com/raspberrypi/pico-sdk

Github example :
https://github.com/raspberrypi/pico-examples

数据手册:
https://www.armbbs.cn/static/image/filetype/pdf.gifrp2040-datasheet.pdf (4.91MB)

FAQ:
https://www.armbbs.cn/static/image/filetype/pdf.gifraspberry-pi-pico-faq.pdf (113.45KB)

上手手册(各种开发环境搭建):
https://www.armbbs.cn/static/image/filetype/pdf.gifgetting-started-with-pico.pdf (32.95MB)



C SDK开发:
https://www.armbbs.cn/static/image/filetype/pdf.gifraspberry-pi-pico-c-sdk.pdf (3.70MB)



Python SDK开发:
https://www.armbbs.cn/static/image/filetype/pdf.gifraspberry-pi-pico-python-sdk.pdf (1.73MB)









eric2013 发表于 2022-4-2 00:56:44

特此整理下,防止每次查看,每次都要找一会。

300斤的微笑 发表于 2022-4-2 09:16:54

请问大佬是用什么IDE开发的, 感觉在windows下太麻烦了.

eric2013 发表于 2022-4-2 11:01:00

300斤的微笑 发表于 2022-4-2 09:16
请问大佬是用什么IDE开发的, 感觉在windows下太麻烦了.

由于树莓派不愿出钱买商业IDE授权,所以他们用的是开源全家桶。

测试了Windows下,VisualGDB和Embedded Studio都还不错。

Hp_2018 发表于 2022-4-2 11:01:28

RP2040for   arduino   也可考虑一下。
这是目前最快捷的 入坑方式, 简单粗暴。例程也不少。

eric2013 发表于 2022-4-5 18:20:21



eric2013 发表于 2022-6-11 18:13:19

更新下。

紫苑Yoo梦 发表于 2022-12-7 17:36:35

硬汉大佬,能不能出个帖子大概讲一下Embeded Studio怎么设置编译环境,建立工程,编译、烧录和仿真?

新建工程的时候发现一堆选项,不知道选什么,选了第一个进去能编译,但是烧录不了,也没有uf2文件直接拖到U盘。
如果大佬有空给点指点,万分感谢!

eric2013 发表于 2023-2-9 01:15:01

https://pico.pinout.xyz/


eric2013 发表于 2023-3-13 08:55:38

https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf

文档全部进行了升级



lmn2005 发表于 2023-4-3 08:34:49

Hp_2018 发表于 2022-4-2 11:01
RP2040for   arduino   也可考虑一下。
这是目前最快捷的 入坑方式, 简单粗暴。例程也不少。

arduino开发,目前我觉得不太好用。

lmn2005 发表于 2023-4-3 08:36:06

请问目前Visual Studio Code中有没有一种插件适用于RP2040 Python开发的?

jhb0808 发表于 2023-10-6 16:56:21

刚入手了一个RP2040,准备试试PIO好玩不

eric2013 发表于 2023-11-29 08:35:29





页: [1]
查看完整版本: 树莓派RP2040所有资源整理汇总(2022-06-11)