Verification tiers
- Reference platform
- QEMU-verified
- Build-verified only
- Configured, not build-tested
STM32F405RGTx: in-house reference. Covered: bundled demo, QEMU, register browser, FreeRTOS task inspection over live debug.
QEMU’s
netduino2 emulates Cortex-M3, not M4; a fidelity gap if you rely on QEMU to predict hardware behavior. CCM RAM uses a dedicated linker section: __attribute__((section(".ccmram"))).Getting started with a catalog target
- Pick a target from the table above, or start with STM32F405 (reference platform).
- Connect a supported probe, or run the STM32F405 demo in QEMU without hardware.
- For CMake-supported targets, the wizard generates a buildable tree with linker script and register definitions.
- Validate build, flash, and debug on your board before relying on catalog status for production work.

