2026-01-09 7:07 AM
I have a small problem upgrading the STM32N6-GettingStarted-ObjectDetection example project to a newer Edge AI version: I am trying to upgrade the existing yolo person detection net to the latest Edge AI revision (3.0) before exploring custom network.
I think I updated all necessary parts as described in the Edge AI version update FAQ
At this point, the npu seemingly started but causes this error:
Bus interface interrupt
BUSIF0 ERR: 0x0
BUSIF1 ERR: 0x3
ATON_STD_IRQHandler()@877: irqs=0xlx
assertion "0" failed: file "/home/simon/STM32CubeIDE/workspace_1.19.0/STM32N6-GettingStarted-ObjectDetection/Middlewares/AI_Runtime/Npu/ll_aton/ll_aton_runtime.c", line 881, function: __LL_ATON_RT_IrqErrObviously I am missing some init function that the new library version needs but that has not been called, any hints are welcome!
My current state can be found in this branch:
https://github.com/svogl/STM32N6-GettingStarted-ObjectDetection/tree/feature/model-update
Side-notes:
Happy hacking & thanks from Austria
Simon