2025-02-10 08:37 PM
Hello everyone,
I have successfully set up and run a C-based AI model on my local development environment using the X-CUBE-AI libraries and a Makefile. The setup involves compiling and executing the model on my local CPU, and I am getting the expected output.
Here is a brief overview of my current setup:
Now, I am looking to deploy and run this model on my target hardware, which is an STM32 microcontroller. However, I am unsure about the steps needed to transition from running the model on my local CPU to executing it on the target hardware. Unfortunately, I could not find much documentation on this process.
Could anyone provide guidance or resources on:
Any help or pointers to relevant documentation would be greatly appreciated!
Thank you!