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

what do they mean by UART multibuffer communication?

Tell me about multibuffer communication in the registers of the UART. We have a description of the RXNE flag. "The RXNE flag can also be cleared by writing a zero to it. This clearing sequence is recommended only for multibuffer communication". It tu...

RSolo.1 by Associate II
  • 328 Views
  • 11 replies
  • 4 kudos

STM32N6 in Nucleo XIP mode

I have successfully completed using STM32N6 in LRUN mode and got the proper result and now I want to use Execute in place mode so please provide with all its related documents and videos.When I try to run appli code in DEV mode it does not run, it di...

1anku by Associate
  • 147 Views
  • 1 replies
  • 0 kudos

Resolved! VBAT on STM32U5G9J-DK1

Hello,I have got an STM32U5G9J-DK1 and I want to use its VBAT pin which has been connected to the signal VDD_MCU, which is internal to the board, via solder bridge SB29. As far as my understanding of the data sheet goes, the VBAT pin is supposed to b...

Resolved! Gpio as output

Eval board used:stm32f446re nucleo Issue unable to configure pin pa 2 and pa3 as output.Steps followed to configure:Rcc->AHB1ENR 0X01;GPIOA->MODER |=0X01<<4;GPIOA->MODER |=0X01<<6;GPIOA->ODR=0X01<<2;GPIOA->ODR=0X01<<2;.EVEN I USED DEBUG MODE TO CH CK...