Getting Started with STM32N6 Vision: Running Your First Object Detection Model
A hands-on walkthrough for deploying a pretrained YOLOv8n model to the STM32N6's onboard NPU, from toolchain setup to reading live detection results off a camera feed.
A hands-on walkthrough for deploying a pretrained YOLOv8n model to the STM32N6's onboard NPU, from toolchain setup to reading live detection results off a camera feed.
Learn how STM32 timers generate PWM signals, how to configure a channel with STM32CubeIDE, and how to wire that signal through an H-bridge to control a DC motor's speed and direction.
Blocking UART reads stall your main loop and drop bytes at high baud rates. This guide shows how to receive variable-length UART data on STM32 using DMA in circular mode with idle-line detection, so your CPU stays free for everything else.
A complete guide to interfacing the W25Q128JV 16MB QSPI NOR Flash with the STM32F4. Covers wiring, CubeMX configuration, HAL SPI driver, read/write/erase operations, and data logging example — all tested on the NVX-F4 Flash board.
Complete getting started guide for the STM32F411CEU6 on the NVX-F4 board. Covers clock configuration, GPIO, UART debug output, ADC reading, SPI flash communication, and DFU USB flashing — from first blink to real peripheral use.
A complete practical guide to setting up and running both cores of the STM32H745 simultaneously. Covers AMP architecture, CubeIDE project setup, HSEM inter-core communication, and real-world use cases for the NVX-H7 Pro and NVX-H7 Compact boards.