Skip to main content
k44
Associate
April 25, 2022
Solved

Dear ST Community, I am working on a project using STM32MP157D-DK1 and trying to deploy ML models onto it using X-CUBE-AI. However, I am not able to find any STM32MP1 for X-CUBE-AI in the initial target selector. Please help. Thanks!

  • April 25, 2022
  • 1 reply
  • 1601 views

..

This topic has been closed for replies.
Best answer by PatrickF

Hi @k44​ ,

Every STM32MP15x supports X-Cube-AI on Cortex-M4 and X-Linux-AI on Cortex-A7/Linux.

For X-Cube-AI, in STM32CubeMX, once installed in CubeMX, you should add it to your project using the 'Software Packs' menu (Alt+o).

Some details in UM2526 Getting started with X-CUBE-AI Expansion Package for Artificial Intelligence (AI)

For X-Linux-AI, please look at https://wiki.st.com/stm32mpu/wiki/X-LINUX-AI_OpenSTLinux_Expansion_Package

Regards.

1 reply

PatrickF
PatrickFBest answer
Technical Moderator
April 26, 2022

Hi @k44​ ,

Every STM32MP15x supports X-Cube-AI on Cortex-M4 and X-Linux-AI on Cortex-A7/Linux.

For X-Cube-AI, in STM32CubeMX, once installed in CubeMX, you should add it to your project using the 'Software Packs' menu (Alt+o).

Some details in UM2526 Getting started with X-CUBE-AI Expansion Package for Artificial Intelligence (AI)

For X-Linux-AI, please look at https://wiki.st.com/stm32mpu/wiki/X-LINUX-AI_OpenSTLinux_Expansion_Package

Regards.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.NEW ! Sidekick STM32 AI agent, see here
k44
k44Author
Associate
May 9, 2022

Thanks for your help! :)