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


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.

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


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.