2025-02-07 06:11 PM - last edited on 2025-02-08 12:53 PM by SofLit
I have connceted my STM32 F446Re via USB to my laptop. In pinout and configuration in connectivity I have choosen USART2 (baud rate 115200).
For the connected STM32 via usb I have also setted baud rate to 115200 (device manager ->port settings)
for deploying my deep learning model in validation on target , I am getting this error ''LOAD ERROR: STM32 - read timeout 50062.0ms/50000ms"
How can I solve it?
This is my first time in STM32.
Please help me
2025-02-10 12:32 AM
Hello @imranhossan63 ,
Can you import your model on ST Dev Cloud and benchmark the model on multiple STM32:
https://stedgeai-dc.st.com/session
I suspect that your model is too big for your hardware. Please let me know the inference time you get on a STM32H767 DISCO.
Have a good day,
Julian