Hello, I have a question related to tflite-micro and the STM32F4 MCU.
I’m using Ubuntu and cloned the tflite-micro repo, and in that directory I used this command: " make -f tensorflow/lite/micro/tools/make/Makefile TARGET=cortex_m_generic TARGET_ARCH=cortex-m4 microlite". And also, I generated a tflm-tree by the “python3 create_tflm_tree.py” command.
I transferred all the generated files to Windows to use in my learning project. And now, I have errors in STM32CubeIDE.