Hard Fault Occurs When Calling ai_mnetwork_run with X-CUBE-AI
Hello, I am using X-CUBE-AI to run an AI model on an embedded system. While executing the following line of code: batch = ai_mnetwork_run(net_exec_ctx[0].handle, ai_input, ai_output); a Hard Fault error occurs. What’s puzzling is that the error initi...