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

Bootloader on STM32H730 with FreeRTOS

Hi everyone,I’m currently facing an issue related to bootloaders and FreeRTOS on STM32 microcontrollers, specifically the STM32H735 and STM32H730.Here’s the background:STM32H735 Development Board: I have successfully implemented a bootloader that jum...

HispaEmo by Associate III
  • 1020 Views
  • 1 replies
  • 0 kudos

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
  • 764 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...