When working with small targets, simple log outputs are often the only feedback available. With CodeOrb on the PC and the SystemCore on the target, you get two additional features: a task viewer and a command interface. The task viewer provides a detailed insight into the entire system, whereas the command interface gives full control over the microcontroller.
- Pre alpha
- Tested on:
NUCLEO-C071RB
This repository contains the code running on the microcontroller. Highlighted in blue. Check out CodeOrb the microcontroller debugger as well!
Clone repo with
git clone https://github.com/NoOrientationProgramming/hello-world-stm32.git
Initialize submodules with
git submodule update --init --recursive
Create output files
make
Flash to device
st-flash --format=ihex --reset write ./build/hello-world-stm32.hex