How to use XSPI external flash to display an image with LTDC and protect data using MCE
IntroductionThe increasing complexity of embedded and graphical applications continues to drive the need for larger memory capacity, faster access per...
100
How to use XSPI external flash memory to protect data using MCE
IntroductionExternal memories are widely used in embedded systems to extend storage capabilities, and protection mechanisms for data stored in externa...
160
How to create an STM32N6 FSBL load and run
Summary
The first stage bootloader (FSBL) is a key component in the boot process of STM32N6 microcontrollers. It is responsible for initializing the s...
2500923
How to create a new ISPU configuration starting from a C template
SummaryMEMS sensors with the intelligent sensor processing unit (ISPU) can run custom algorithms implemented in C code. This article describes how to...
150
How to wake up the STM32U5 from STOP2 using LPUART
This article will show you how wake up the STM32U5 MCU from Stop 2 Low Power mode using the LPUART1 supplied by LSE or HSI Clock Source. By the end of...
55083
How to port a STM32CubeMX application to SBSFU
SummaryThis article provides a step-by-step guide for porting STM32CubeMX generated project to SBSFU covering project configuration, memory mapping, h...