araki
araki
DIIDevHeads IoT Integration Server
Created by ZacckOsiemo on 12/30/2024 in #🪲-firmware-and-baremetal
How to Build ARM Firmware Using Bazel?
@undefined.elf I think I got it working. Run make -f tensorflow/lite/micro/tools/make/Makefile TARGET=cortex_m_generic TARGET_ARCH=cortex-m4+fp microlite to create a libtensorflow-microlite.a library file. Then add it to your stm project and add it as a library to link in build settings. Include the necessary header files as well.
113 replies