Edge AI

Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32N6 X-CUBE-AI USBX

Hello Everyone,   I am following below tutorial to create an ai application from scratch on my custom board.https://community.st.com/t5/stm32-mcus/how-to-build-an-ai-application-from-scratch-on-the-nucleo-n657x0/ta-p/828502I am able to run inference ...

STM32N6570-DK AI Model Flashing Error

 STM32N6570-DK Custom AI Model Flashing Error  Background / Official Requirements According to the official documentation for flashing the AI model onto the DK, three key .HEX files are required: ai_fsbl.hex STM32N6570-DK_network_data.hex STM32N6...

Resolved! hardfault while deploying ai model on stm32n6570-dk through cubemx

Hello everyone — I’m running an AI image-classification model on the STM32N6570-DK and I’m stuck with a reproducible problem. The first inference completes successfully (EVENT_DONE), but on the second run the code gets stuck inside the runtime (run_e...

JaiGanesh by Associate II
  • 1584 Views
  • 1 replies
  • 1 kudos

STM32N6 model accuracy benchmark

Dear ST Team,I would like to ask whether you provide any tools or recommended workflow to measure the accuracy drop of a neural network when converting a .tflite model into the STM32 binary format using STM32Cube.AI.I am looking for a simple way to c...

adakPal by Associate II
  • 1284 Views
  • 5 replies
  • 0 kudos

"Debug" configuration instead of "n6 release"

Hello,First of all, I'm a newbie in STM32N6 boards, so I apologize in advance if my question is fairly basic.I am trying to deploy an application for object detection using the STM32N6570-DK.I am following the "Object Detection STM32N6 Model Deployme...