Skip to main content
OSala.1
Associate
June 4, 2020
Solved

CubeAI Compatibility with Dual Cortex STM32H745ZI-Q

  • June 4, 2020
  • 1 reply
  • 852 views

When using the CubeMX code generator, I am not able to include the Cube AI library when selecting STM32H745ZI-Q.

Is there a way to use one of the H7 Family Dual Core MCU's with the CubeAI library?

Or is it possible to generate the necessary library using a single M7 or M4 cortex MCU and then copying the generated files into the Dual Core project?

This topic has been closed for replies.
Best answer by fauvarque.daniel

Yes STM32CubeMX doesn't support CMSIS-Pack in a multicore mcu.

The workaround is to do the X-Cube-AI project with a mono core STM32H7 and then copy all the generated files in your dual core project.

Regards

Daniel

1 reply

fauvarque.daniel
fauvarque.danielBest answer
ST Employee
June 4, 2020

Yes STM32CubeMX doesn't support CMSIS-Pack in a multicore mcu.

The workaround is to do the X-Cube-AI project with a mono core STM32H7 and then copy all the generated files in your dual core project.

Regards

Daniel