2024-04-27 05:47 PM
Hello, I am trying to use the TensorFlow Lite Micro library for my project in STM32CubeIDE.
I have made a folder for the library in my project as shown:
I have included the directory for the folder in under the "Path and Symbols" tab:
When I simply try to include one of the header files in the Core/main.c code I receive this message:
When I then also try to adding the Source Location:
I recieve even more errors. Where most of the errors are: "No such file or directory". See image:
I have also trying the folder location in the C/C++ Build settings under MCU GCC Linker/Libraries, but with no success:
Does anyone know how to fix this problem or have any tips?
Thank you.
Solved! Go to Solution.
2024-05-02 11:33 AM
Thank you for your reply @Rim LANDOLSI!
I have looked at this article you sent and did exactly as described.
I however found my soultion was downloading the STM32 X-Cube-AI and following the steps from the following video:
https://www.youtube.com/watch?v=crJcDqIUbP4
2024-04-29 04:24 AM
Hello @mathieusteketee and welcome to the community,
This knowledge base article may help you link an external library to the STM32CubeIDE project. Otherwise, according to the screenshot, there is a mismatch of the included path of the library is ../libraries/tflite-micro-main, but in the IDE project under ../libraries/tflite-micro-main/tflite-micro-main.
Hope this helps you!
Thanks,
Rim.
2024-05-02 11:33 AM
Thank you for your reply @Rim LANDOLSI!
I have looked at this article you sent and did exactly as described.
I however found my soultion was downloading the STM32 X-Cube-AI and following the steps from the following video:
https://www.youtube.com/watch?v=crJcDqIUbP4