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

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

Resolved! Minimal Write Single Byte to Flash EDATA on H533

I am trying to write a single byte of data to the start of the EDATA area on the H533I have the EDATA Sector 1 set to active via the option bytes. static FLASH_EraseInitTypeDef EraseInitStruct; uint32_t flash_sector_error; EraseInitStruct.Banks = FLA...

TG_APCD by Associate II
  • 295 Views
  • 3 replies
  • 0 kudos

Stm32f407vgtx Timer Funtionality

Hi  I am facing one issue I am trying to run Timer2 and as soon I have enable the by setting CR1 register bit CEN, My all flags in SR is getting set even I have enabled only(UIE) so my UIF flag bit in SR register must set but it is setting all (CC4IF...

Ash1 by Associate III
  • 211 Views
  • 3 replies
  • 0 kudos