Skip to content

Repository files navigation

GitHub Standard

STM32 Hello World using CodeOrb

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

Built with Fractal System Architecture (FSA)

Learn more: https://github.com/fractal-programming

Architecture

This repository contains the code running on the microcontroller. Highlighted in blue. Check out CodeOrb the microcontroller debugger as well!

How to use

Clone repo with

git clone https://github.com/fractal-programming/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

About

STM32 Hello World based on the SystemCore using the CodeOrb uC debugger

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages