Open source · STM32 bring-up

Bring-up Studio

Load a CubeMX .ioc, flash the UART agent, then drive GPIO (and more) from a fast desktop panel—without writing throwaway test firmware every time.

IOC → GUI NUCLEO-ready Windows + ST tools

Windows application

Binaries are hosted on GitHub Releases (this site is only the front door). Prefer the direct EXE link once you publish BringupStudio.exe.

404 on the EXE? Open the latest release and pick the file under Assets. See docs/RELEASES.md.

Agent firmware

Optional prebuilt .elf files live next to the GUI on the same release. Build from the repo if your IOC profile differs.

  • Name ELFs consistently e.g. bringup-agent-u545-u545ardu.elf
  • Match GUI IOC / manifest to the ELF you flash

Documentation

Architecture, protocol, and hardware notes live in the repository.