2026-02-28 1:50 AM
Hello ST Team,
I am working on a vision-based AI application (face detection) using the STM32N6570-DK and would like guidance on the recommended STM32CubeMX project configuration.
Currently, I could not find any complete CubeMX example or tutorial on the ST website that explains how to configure CubeMX for a camera → AI inference → LCD pipeline on STM32N6 devices.
Could you please provide:
1) The required STM32CubeMX configuration for a vision-based AI project (camera, SDRAM, LTDC, DMA2D, CACHE, etc.)
2) The recommended versions of
STM32CubeMX
STM32CubeIDE
suitable for STM32N6570-DK AI applications
3) Any official tutorial, reference project, or documentation available for setting up a vision-based AI application using X-CUBE-AI on STM32N6.
Best Regards
Ranjith Remasan
2026-03-04 12:24 AM
Hello,
:rocket: Hands-on with the STM32N6570-DK!
ST provides various examples to explore this kit, and in this tutorial, we focus on displaying an image on the screen. Step by step, you’ll learn how to import a project into STM32CubeIDE, generate the code, and see the result on the kit.
This guide is perfect for getting familiar with the STM32N6570-DK and discovering the powerful tools offered by ST.
cheers
Emmanuel
2026-03-04 5:06 AM
Hi @RanjithRemasan,
You can find all our example projects for N6 here:
STM32N6-AI | Software - STMicroelectronics
There is indeed no ioc in most projects. The N6 and AI are not really suited for CubeMX.
We understand the need of more tutorials.
We recently released STM32Cube AI Studio to replace X Cube AI:
Meet STM32Cube AI Studio, the new go-to tool for e... - STMicroelectronics Community
We are working on more tutorials
Have a good day,
Julian