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

STM32F303 Crystal and Boot pin

Hello Friends,Most STM32 based Evolution / Development Board has Crystal 32.768 Khz and Boot switch connected. In my Custom design board , I do not need RTC Function and Bootloader to load.8 Mhz Crystal is used for Master Clock. Can I remove 32.768 k...

bsuthar by Associate
  • 11 Views
  • 0 replies
  • 0 kudos

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

Speeding up access to shared memory on dual-core STM32

On my dual-core STM32H747IGT6 I've got the CM4 doing data acquisition and processing, it's taking its output and storing it into shared memory (multiple possible destination buffers - some in SRAM1, some in SRAM2) for the CM7 to pick up.  It's workin...

cbcooper by Associate III
  • 30 Views
  • 1 replies
  • 0 kudos

STM32U575 Bank1 Flashing Problem from Bank2

I am trying to do OTA programming modifications using the DUAL bank feature of my STM32U575 IC with 1Mbyte of memory.I have successfully done this when the program starts in BANK 1 and I reflash BANK 2. I change the User Option byte to OB_SWAP_BANK_E...

Writing an article on Knowledge base?

Hi guys, i am an embedded firmware engineer, with a lot of projects on stm32 micro controllers, including the communication protocols, battery management systems , ultra wide band, and EV charging, i wanted to know if i can post or share my projects ...

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

STM32 Interleaved ADC Sample Timestamping

Hi, I am using STM32L476RG-Nucleo64 boards for one of my ultrasound projects. Basically, the process is:1)Send 2MHz pulses with pwm2) Sample 1000points with 8-bit interleaved ADC(500 each) and DMA3) Send ADC data through SPI.4) Wait TIM3 to trigger a...

Stm325 by Associate III
  • 85 Views
  • 5 replies
  • 2 kudos