Skip to main content
Vendor support covers what build adapters detect and drive. This page tracks how far each wizard catalog chip has been exercised in-house (compile, boot, debug), not merely that SVD data exists. Every catalog chip includes SVD register data for Peripheral Browser. Verification tiers describe runtime testing beyond that.

Verification tiers

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

  1. Pick a target from the table above, or start with STM32F405 (reference platform).
  2. Connect a supported probe, or run the STM32F405 demo in QEMU without hardware.
  3. For CMake-supported targets, the wizard generates a buildable tree with linker script and register definitions.
  4. Validate build, flash, and debug on your board before relying on catalog status for production work.

Planned, not in catalog

Research status only. These chips are not selectable in the wizard today.

Requesting a new target

Open a GitHub issue with part number, SDK, probe, and what you need (build, flash, debug, or QEMU).