Skip to content

Instantly share code, notes, and snippets.

View jepebe's full-sized avatar

Jean-Paul Balabanian jepebe

  • Eviny
  • Norge
View GitHub Profile
@atoktoto
atoktoto / debugging.md
Last active December 25, 2023 20:57
Debugging RP2040 (Rasbperry Pi Pico SDK) using CLion on Windows

Debugging RP2040 (Rasbperry Pi Pico SDK)

Using: Windows, Clion, Picoprobe & OpenOCD

  1. Go through all the steps necessery to build from command line, as described in "Getting started with Raspberry Pi Pico".
  2. Add MinGW toolchain to CLion: obraz
  3. Add CMake profiles using the MinGW toolchain, specify the Pico SDK path as an environment variable: obraz

At this stage the project should build.