"validate on target" Error on STM32H747I-DISCO:E 801(HwIOError): Invalid firmware - COM5:115200
Hi, I need help. I checked all the answers to this question in the community, and tried many methods, but still did not solve.
when I use the M4 core and validating an ONNX model on target (STM32F747I-DISCO), I got the following error:
E200(ValidationError): stm32: Unable to bind the STM AI runtime with "network" c-model: []
connection to "serial:115200"/"115200" run-time fails
E801(HwIOError): Invalid firmware - COM5:115200
Here are some methods I tried:
(1)I use the stm32h747i M7 core successfully "validation on target".
(2) when i use the M4 core,I re-selected the cube.ai of the M4 version and reconfigured the usart .It was successful "validation on target" when debugging.But after I run and download successfully,I "validate on target" and got the top error .
note:When I reset the development board, the model in the board is not the model just downloaded (downloaded before). Therefore, I think when I using the M4 core to develop, the model is not downloaded into the board(even if it shows that the download was successful), but I don't know how to solve this problem.
Thank you very much for your time.
