Issues with TFLM “Interpreter->Invoke()” causing hard fault
I am in the process of incorporating TensorFlow Lite Micro (TFLM) as an independent library into an existing C project. This project utilizes a neural network for real-time inferences, and my goal is to employ TFLM for inference on an embedded system equipped with an ARM Cortex-M4 processor. However, whenever it gets to the interpreter->Invoke()
section of my code, it produces a hard fault in my processor and restarts. Below are the pertinent details and the steps I have undertaken thus far: