Skip to content

In-Depth Guides#

The User Guide documents individual features (configuration, engines, memory placement, PMU counters, power) one at a time. The Examples section gives you short, copy-pasteable recipes. This section is different: it walks through a complete task-oriented pattern that combines several features, in the order you'd actually work through it on a bench.

Guides here are narrative — "you want X, here's the path, here's what to check at each step" — with small snippets and links back into the reference pages for the exact flags and fields. They assume you've already done Getting Started.

This section is expected to grow as more workflows get written up.

  • Validating a Board Setup


    Prove a new bench end to end — host tools, probe, flash, capture — before you trust a single number off it.

    Read

  • Memory Placement Tuning


    Go from auto placement to a tuned, apples-to-apples comparison of arena/weights regions — and what to do when a plan overflows.

    Read

  • ExecuTorch NS Tier-1 Kernels


    What the ns CMSIS-NN provider actually buys you over arm on a Cortex-M55, measured op by op on real hardware.

    Read