Want to deploy TFLM library on STM32L562E
Hi,
Currently, I want to use TFLM library to do the inference rather than Cube.AI. For me, what I am doing is:
1. download the latest tflm library
2. build it with commands: "make -f tensorflow/lite/micro/tools/make/Makefile TARGET=cortex_m_generic TARGET_ARCH=cortex-m33 OPTIMIZED_KERNEL_DIR=cmsis_nn microlite"
3. Create a new project in STM32IDE and copy above-built-in tensorflow and third-party folders into the project
4. include all needed header files in tensorflow and third-party folders
Is the above process correct? I tried for multiple times but it always show that "missing some files in tensorflow folder". Do you have any suggestions?
Thanks in advance
