2024-12-18 08:47 PM
I built a simple FCNN model based on onnx(regression, 4 input and 4 output), including three hidden layers with 64, 32, 16 nodes, and successfully "validate on target" in STM32 through X-CUBE-AI.
Now I want to send(receive) data directly to(from) the STM32 via the serial port, instead of clicking the button "validate on target". However, I don't know how the data from the npy file was sent during the "validate on target" process. Is there any documentation to explain the process?