Skip to content

kit-high/pico-windows-template

Repository files navigation

Raspberry Pi Pico template for Windows.

Prerequirement

Install "pico-setup-windows-x64-standalone.exe"
https://github.com/raspberrypi/pico-setup-windows/releases/tag/v1.5.1

Get started

  1. Open this repository by "Pico - Visual Studio Code".
  2. Modify PICO_SDK_PATH in CMakeLists.txt to suit your environment.
  3. Setup VScode
    1. "Command Palate" > "CMake: Select a Kit" > "GCC 10.3.1 arm-none-eabi"
    2. "Command Palate" > "CMake: Set Build Target" > "pico_w-freertos-helloworld"
    3. "Command Palate" > "CMake: Set Debug Target" > "pico_w-freertos-helloworld"
  4. Build and Debug by F5!

Hardware

Component

Connection

  • Debug by probe connection
    Pico W Probe(DEBUG)
    SWCLK SWCLK
    SWDIO SWDIO
    GND GND
  • Output Printf() by default serial connection
    Pico W Probe(UART)
    TX(1) RX
    RX(2) TX
    GND GND

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published