2024-02-26 04:43 PM
I am currently having an issue with flashing my neural network (saved as a .tflite model) to my Nucleo-L476RG board. I am able to analyze the model successfully, but when I select, "Validate on Target", I receive the error message below: 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 - COM2:115200
I have the following screenshots to show my STMCubeIDE as I attempt to validate on target:
If someone knows how to fix this issue, please let me know.
2024-07-24 06:51 AM
2024-07-31 06:22 AM
Hello !
Could you explain the steps you carried out . I am getting similar error for STM32F407G discovery board .
2024-07-31 06:30 AM
Hi,
I did the following steps:
Create a project in CubeMX with X CUBE AI and generate code for stmcubeide.
Import the project in Stmcube ide
Run the code on the target board.
Then open the .ioc file in the ide and Validate on Target.
It worked for me.