/wisblock-multicore

A simple demonstration of using both RP2040 cores on a RAK11310 core module

Primary LanguageCMakeBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

wisblock-multicore

Demonstrate multicore capability on a RAK11310 WisBlock Core module. This program simply blinks the WisBlock Base blue LED using core 1 and blinks the green LED using core 0.

Hardware

Default Pinout

RAK11310
GPIO 23
GPIO 24

Cloning

git clone --recurse-submodules https://github.com/m-nahirny/wisblock-multicore.git 

Building

  1. Set up the Pico C/C++ SDK
  2. Set PICO_SDK_PATH
export PICO_SDK_PATH=/path/to/pico-sdk
  1. Create build dir, run cmake and make:
4. Copy example `.uf2` to RAK11310 when in BOOT mode.