2020-06-04 06:28 AM
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?
Solved! Go to Solution.
2020-06-04 06:52 AM
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
2020-06-04 06:52 AM
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