User Activity

Introduction This article guides you on how to perform CoreMark® benchmarks on an STM32H5 microcontroller. For this article, we use a NUCLEO-H563ZI board, which has an STM32H563ZIT6 MCU that integrates an Arm® Cortex® M33 CPU. This code can be easily...
Introduction NAND flash is a type of nonvolatile memory that retains data even when powered off, unlike RAM. This makes it ideal for storing information in portable devices like USB drives and smartphones. NAND flash offers several advantages: it is ...
Summary In this article, we learn how to configure the FMC peripheral of the STM32 to interface with the NOR flash PC28F128M29EWLA from Micron® Introduction In embedded systems, NOR flash stands out for its speed and reliability. Unlike other flash m...
Introduction This article guides you on how to perform Dhrystone tests on an STM32L5 microcontroller. For this article, we use a NUCLEO-L552ZE-Q board, which has an STM32L552ZET6QU MCU that integrates an Arm® Cortex® M33 CPU. This code can be easily ...