I'm trying to run a machine learning model on stm32l4r9 and NXP RT500 microcontroller. the MCU can not suppor Android or any other OS on a PC. Do I have to write machine learning frameworks in C from scratch to implement this problem ?
I saw some friends using tensorflow lite for micro to solve this problem . When I tried to replicate their approach, I found that the version of TensorFlow I could find didn't match theirs. Which case can I refer to more appropriate?