Skip to main content
Associate
July 7, 2026
Question

How to implement a custom object detection onnx model on STM32N6570-DK

  • July 7, 2026
  • 0 replies
  • 17 views

hey i am struggling to flash by custom onnx model on stm32N6570-DK . I tired using the stm32 cube ai cloud website but it only gives me option to generate c code and not a project or elf file . So i shifted to stm32cube Ai studio but it keeps me throwing this error - 

 (*) 'input'/'output' buffers are allocated in the activations buffer

Running the ONNX model...

Running the ST.AI c-model (AI RUNNER)...(name=network, mode=TARGET)

E200(ValidationError): TARGET: Unable to bind the ST.AI runtime with "network" c-model: []
 E801(HwIOError): Invalid firmware - COM3:115200

 

can anyone help me to get started with the same