Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
You need to install the corresponding toolchain are:
Visual Studio 2022 installation is very linear, just note the following one point.
When selecting a build tool, select the C++ tool in the figure:
In the folder where you want to download the SDK, Shift + right click -> select "Open powershell here" and enter the command:
git clone -b master https://github.com/raspberrypi/pico-sdk.git cd pico-sdk git submodule update --init cd .. git clone -b master https://github.com/raspberrypi/pico-examples.git
setx PICO_SDK_PATH "..\..\pico-sdk" cd pico-examples mkdir build cd build cmake -G "NMake Makefiles" .. nmake
Select the demo firmware you need to download, and drag it into the memory simulated by pico: