AI Runner: LOAD ERROR: STM32 - read timeout 50047.0ms/50000ms
- March 24, 2026
- 1 reply
- 164 views
I have followed the instructions mentioned in :Getting started - How to evaluate a model on STM32N6 development board for a quick profiling of my model.
Board: STM32N6 Nucleo board
I, however , get a timeout message "LOAD ERROR: STM32 - read timeout 50047.0ms/50000ms" when running the Ai runner.
I have done the following.
1. In Dev Mode(BOOT0 and BOOT1 set) , n6_loader.py is executed and the log is attached as n6_loader.log
2. The image Post_programming.png shows the output in TerraTerm after loading the Software.
3. After setting the relevant python paths, and running the validate command as below, I see the load error. Attached is the screenshot Ai_runner_log.png.
$ stedgeai validate -m <model_path> --target stm32 --mode target -d file:st_ai_wsThe generated report on the model resources are Flash : 1.1 MB and RAM: 3.1 MB.
Could you please let me know how can I do a quick validation without encountering such an error ?
