User Activity

Introduction For various reasons, developers may need to deactivate booting of a core in the STM32H7 dual core product. This article shows how to disable the Cortex®-M7 and Cortex®-M4 cores and enable them again. 1. Disabling a core in a dual-core co...
Introduction Sharing a MCU board between multiple users may be sometimes challenging when someone makes a modification on the board or in the MCU option bytes and doesn’t notify about it. Additionally, the board owner might forget the changes applie...
Introduction As many know, CAN test mode is used for debug or test. One of the test modes is the CAN Loop Back mode which is mainly used when only one CAN node is available, and the user needs to test the CAN functionality with no need to establish ...
Introduction Many STM32 users start their development based on one of ST boards either to evaluate the STM32 MCU or to get the proof of concept of their application. One of the first steps to do in the evaluation process is to look at the board schem...
This article is applicable for STM32H74x, STM32H75x, STM32H72x, or STM32H73x microcontrollers.  We often see developers facing issues with these microcontrollers when they need to use BDMA, or DMA to transfer data to/from the RAM, but no transfer is...