STM32Cube tools in practice - STM32CubeMX, STM32CubeIDE - dual core MCUs pins assignment

preview_player
Показать описание
Get some practical knowledge about pinout configuration process for dual core STM32 MCUs within STM32CubeMX and STM32CubeIDE tools.

Today an ever-growing range of applications require complete set of tools which could help developer on each step of the creation process.
STM32Cube tools set are designed to be with engineer from MCU selection, via configuration and coding phase till debug and monitoring processes.

This video demonstrates main features of pinout configuration process in case of dual core STM32 MCUs within STM32cubeMX and STM32CubeIDE applications which allows to create a skeleton of STM32 based application fast and reliable way.

Dedicated web page for STM32CubeMX:

Dedicated web page for STM32CubeIDE:

In case of any questions, suggestion, feel free to contact us at our forum at:

Please share with us your feedback on this MOOC using anonymous survey at:
Рекомендации по теме
Комментарии
Автор

I understand that the peripheral resources are assigned to each core.. but can they be changed at run-time? For example, can the cores communicate, such that one passes UART access to the other?

Would love to see an overview example on how the memory works in dual-core applications. For example the STM32H745 has 2MB of flash, and 1MB of RAM, but how can you allocate most of it to the M7, and the remaining to the M4? Is it possible to debug both simultaneously thru a single JTAG/SWD connector?

How does communication work between cores?

bennguyen