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
  • 2 replies
  • 1609 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.

2 replies

PatrickF
PatrickFBest answer
ST Employee
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 'Best Answer' on the reply which solved your issue or answered your question.Tip of the day: Try Sidekick STM32 AI agent
k44
k44Author
Associate
May 9, 2022

Thanks for your help! :)