How is I/O accomplished with Cube-AI models running locally on an STM32G4?
I haven’t used AI models before and I’m trying to figure out the best way to get one running via CubeAI. I can use UART I\O to a PC to generate a model, but once I port the model and run it on an STM32, how do I communicate with it? I see the UART se...