Auto-generated code does not seem to work on TrueSTUDIO correctly
I have been evaluating X-CUBE-AI with NUCLEO-F401RE over the last week, and it is working with an infrared array sensor for hand gesture recognition.
There are a few questions and comments on X-CUBE-AI with TrueSTUDIO:
(1) Can X-CUBE-AI add "network_runtime.a" and its library path to "Paths and Symbols" setting on TrueSTUIDIO automatically? (I manually added them).
(2) I tested "Application Template" on TrueSTUDIO, and I faced a lot of "undefined reference..." error messages. It seems like a linker problem, but I am not so familiar with it...
(3) Is "app_x-cube-ai.c" a right place to add my code for inference? I want to add header files to "app_x-cube-ai.c" , but there is no /* USER CODE BEGIN includes */ comment.
(the work on my github account) https://github.com/araobp/stm32-mcu/tree/master/NUCLEO-F401RE/AI
