Skip to content

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

License

Notifications You must be signed in to change notification settings

NoOrientationProgramming/hello-world-stm32

Repository files navigation

Standard GitHub

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.

Status

  • Pre alpha

Targets

  • Tested on: NUCLEO-C071RB

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/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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages