cancel
Showing results for 
Search instead for 
Did you mean: 

CubeAI Compatibility with Dual Cortex STM32H745ZI-Q

OSala.1
Associate II

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?

1 ACCEPTED SOLUTION

Accepted Solutions
fauvarque.daniel
ST Employee

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

View solution in original post

1 REPLY 1
fauvarque.daniel
ST Employee

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