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.
- 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 --recursive
Enter directory
cd hello-world-stm32/
Build project
make
Flash to device
st-flash --format=ihex --reset write ./build/hello-world-stm32.hex