EMBEDDED TOOLKIT

SYSTEMS R&D // DEV_TOOLS SUITE

Tools (65)

cubemx utilities

SYSTEM ONLINE

Source code (main.c)

Output Code

📖 CubeMX Utilities

A set of two tools alleviating the pain of working with the STM32CubeMX code generation environment:

  • Cleaner: Allows painless detachment from CubeMX. Removes the ugly wall of /* USER CODE BEGIN */ tags, freeing your code. It also has an inverse mode: it can extract your custom code from a giant main.c file, skipping all the generated HAL garbage.
  • IOC Diff: .ioc files are a nightmare in version control (Git). A standard diff in GitHub is unreadable. This tool ignores line order and shows only actual hardware changes (e.g., enabled UART, changed pin).