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 - COM4:115200
I have already tried the following:
- Using CubeMX and IAR IDE
- Uninstalling CubeMX
- Using older versions of STM IDE
- Using older versions of X-CUBE AI
- Confirmed that I am using M7
- Checked clocks
- Checked ports for any errors there
- Using other networks
- Directly hooking up to D0 and D1 for USART6
- Resets
- Many combinations of the above
In general I work with:
- STM32F746G-Disco
- STM32CubeIDE version 1.9.0
- X-cube AI version 7.1.0
- LeNet-5 for my network
- Keras for my training and such
If anyone has any insights into the issue, that would be much appreciated. Attached is the .ioc file.