Associate
April 3, 2026
Solved
CubeAI Studio: E200 ValidationError with Audio Event Detection from model zoo
- April 3, 2026
- 2 replies
- 188 views
Hardware
- Board: NUCLEO‑U5A5ZJ‑Q
- MCU: STM32U5A5
- ST‑LINK
Software / Tools
- ST Edge AI (via STM32CubeAI Studio)
- Target: STM32U5
- Model source: STM32 AI Model Zoo
- Model used:
miniresnetv2_s1_64x50_tl_int8.tflite
(Audio Event Classification → ESC‑10)Steps Followed
- Imported the miniresnetv2_s1_64x50_tl_int8.tflite model into STM32CubeAI Studio
- Selected NUCLEO‑U5A5ZJ‑Q as the target board
- Kept default settings in all steps
- Run on Target
Generated code, built, flashed, and attempted (Step 4 – Validate) failed
Observed Issue
During Run on Target, validation fails with the following error:
Run failed: Error: validate error: E200 (ValidationError): TARGET: Unable to bind the ST.AI runtime with "network" c-model E801 (HwIOError): Invalid firmware - COM8:115200
I have attached the complete validation failure log for reference.
Additional Observation
During Step 1 (Code Generation), I consistently receive the following warning from STM32CubeMX:
Warning: Code Generation
Main Config: These peripherals still have some not configured or wrong parameter values:
[Clock]I proceeded with code generation despite the warning.
Any guidance or suggestions to resolve this issue would be greatly appreciated.
Thank you in advance for your support.
Best regards,
Dinesh

