BSP Driver Tutorial Episode 5: STM32H7 MDK Overview

BSP Driver Tutorial Episode 5: STM32H7 MDK Overview

Starting from this tutorial, the BSP tutorial will be presented in a thematic format. This video shares the first episode of the MDK theme: an overview of MDK debugging, AC5, AC6 compilers, RTE development environment, and the roles of various configuration items.Video (1080p): Bilibili link: https://www.bilibili.com/video/BV1ZP4y1c7bd This video is mainly divided into the following sections:1. … Read more

Principle of Inter-Core Communication Between STM32H7 Using FreeRTOS Message Buffers

Principle of Inter-Core Communication Between STM32H7 Using FreeRTOS Message Buffers

Follow and star our public account to not miss exciting content Source: FreeRTOS Edited by: strongerHuang FreeRTOS version 10.3.1 has been released, and the official website has also been updated (everyone can take a look). Today, I will share with you: using FreeRTOS message buffers to achieve simple asymmetric multi-processing (AMP) core-to-core communication (STM32H7 dual-core … Read more

Implementing Message Communication Between Dual-Core MCUs Using RTOS

Implementing Message Communication Between Dual-Core MCUs Using RTOS

You may often see multi-core CPUs in phones and computers, but multi-core microcontrollers are relatively rare. With the increasing demand and technological advancements, microcontrollers are no longer limited to single-core, and in recent years, dual-core microcontrollers have emerged. You might be curious about how dual-core microcontrollers communicate with each other. In fact, there are many … Read more