2025-05-05 6:44 AM
I am encountering an issue while analyzing my model with STM32CubeMX using X-CUBE-AI for the STM32MP1 platform. The analysis fails with the following error message:
ST Edge AI Core v2.0.0-20049
E102(CliArgumentError): stm32mp2 component is not available, please install this one
I am using STM32CubeMX with the X-CUBE-AI package (v10.0.0).(on windows10 PC host)
I am trying to analyze a model (2dcnn.h5) that I want to deploy on the STM32MP1.
The error indicates that the stm32mp2 component is not available and requests its installation.
My questions are:
What is the stm32mp2 component, and how can I install it to resolve this error?
Is there any additional configuration required in STM32CubeMX to support STM32MP157 when analyzing models for deployment?
Is there a known issue with X-CUBE-AI that might be causing this error?