2026-02-27 9:31 AM
I wanted to run ready-made examples for the STM32H753ZI in NanoEdge AI but I couldn't find any. Does anyone have any tips or a ready-made example?
2026-03-04 5:17 AM - edited 2026-03-04 5:18 AM
Hi @LucasCalsing,
I don’t think there is an example specifically for this board.
NanoEdge AI libraries are straightforward to integrate and are not dependent on a particular hardware platform.
I recommend looking at:
(This is for Anomaly detection, but for all project, the idea is pretty much the same)
The simplest POC you can build is to:
main, allocate a buffer matching the size of the data you used in NanoEdge.And that’s all you need for a basic proof of concept.
Then you would need to configure your sensor and continue your project
You can also look at the example datalogger we published.
I believe all example are doing both datalogging and a simple prediction loop:
Have a good day,
Julian