STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

MULTI_Q U545REQ

I used MultiQ example 'LPBAM_DMA_MultiQExec' I change code for U545REQ board but it doesn't work.i found some issueThis is 'LPBAM_DMA_MultiQExec' codetatic void MX_LPDMA1_Init(void) { /* USER CODE BEGIN LPDMA1_Init 0 */ /* USER CODE END LPDMA1_...

dlagyals by Associate II
  • 678 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F411 "User specific sector"

I'm developing a tool to gang program STM32 products. I'm currently working on the STM32F411 (reference manual RM0383) and the FLASH_CR register SNB field mentions two sectors: user specific sector and user configuration sector. The user configuratio...