2023-10-28 07:37 AM
Hi guys,
These days I already know how to generate the AI model named libneai.a(also including the NanoEdgeAI.h) by NanoEdge AI Studio.
But I don't know how to use it, I try to import it to MDK, but MDK always has a compiler error. Is there some information about "How to do an AI demo from scratch"?
And one more thing, Can I valide the AI model(libneai.a) created by NanoEdgeAI at windows or linux platform?
Thanks!
Solved! Go to Solution.
2023-10-30 03:22 AM
Hello Junde,
We don't use MDK, but based on what we found, it seems like you need to rename the libneai.a to libneai.lib. Please follow the official documentation: µVision User's Guide (arm.com)
Here is some documentation about NanoEdge's libraries:
Here is a link to a project example, at the end you can find information on how to integrate NanoEdge Ai libraries with cubeIDE, it may help you with MDK: AI:How to create a multi-state vibrations classifier using NanoEdge AI studio - stm32mcu
Finally, about your question to validate the library on windows or linux :
I hope this is helpful,
Have a good day!
2023-10-30 03:22 AM
Hello Junde,
We don't use MDK, but based on what we found, it seems like you need to rename the libneai.a to libneai.lib. Please follow the official documentation: µVision User's Guide (arm.com)
Here is some documentation about NanoEdge's libraries:
Here is a link to a project example, at the end you can find information on how to integrate NanoEdge Ai libraries with cubeIDE, it may help you with MDK: AI:How to create a multi-state vibrations classifier using NanoEdge AI studio - stm32mcu
Finally, about your question to validate the library on windows or linux :
I hope this is helpful,
Have a good day!
2023-10-30 05:01 AM
Might also need some shim functions for the Linker to get closure.
Getting undefined referencing errors?