STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SAI Configuration on STM32H5

I am trying to use the Nucleo H563ZI to read a 24 bit data via the SAI with the TDM protocol. SAI has been configured in asynchronous slave mode. Valid data from the master is available after the falling edge of the FS signal. However, while calling ...

stmexplorer_1-1744206053842.png stmexplorer_0-1744205911107.png

STM32G051 - Current Control, Cycle by Cycle

Hello,I am new with STM32. We would like to do a current control exactly like on this document :https://www.st.com/resource/en/product_training/STM32G0-Analog-Comparators-COMP.pdfpage 13But we would like to use COMP1 for ZCD and COMP2 for overcurrent...

Marc38_0-1744274148620.png Marc38_3-1744276720125.png
Marc38 by Associate
  • 168 Views
  • 2 replies
  • 1 kudos

Resolved! Two VREF+ pins on STM32G474Q?

When I first glanced through the STM32G474 datasheet, I saw VREF+ and VREF- on pins 43 and 44 on the LQFP128 package. "Cool", I thought, although I had no significant need for an actual VREF- pin.However, when I was making a schematics symbol, I noti...

EThom3_0-1743606269300.png
EThom.3 by Senior
  • 399 Views
  • 13 replies
  • 5 kudos

STM32H743 problem with sdcard clock

Hey,I have a chinese STM32H743 Board, with a 25Mhz Clock Source and sdcard 3.3V VDD.my clock settings:my SDMMC1 config:static void MX_SDMMC1_SD_Init(void) { /* USER CODE BEGIN SDMMC1_Init 0 */ /* USER CODE END SDMMC1_Init 0 */ /* USER CODE B...

clock1.png clock2.png
Sany by Associate III
  • 279 Views
  • 3 replies
  • 0 kudos

Boot from the bootloader with nucleo h7s3l8

Hi all, I am using the NUCLEO-H7S3L8 board, and trying to boot MCU from the bootloader.Based on the reference manual, the conditions for that at the MCU reset :PRODUCT_STATE = OpenNVSTATE = OPENBOOT0 = HighI checked PRODUCT_STATE = Open at the option...

Daewoong by Associate II
  • 522 Views
  • 4 replies
  • 0 kudos

What is the VBAT function?

If the PDR_ON connector is connected to the GND, the VBAT function may not be available.What is the VBAT function?To use RTC, a coin cell is connected to the VBAT connector. Is there a problem if the PDR_ON connector is connected to the GND?I am usin...

Kazuhiro by Associate II
  • 209 Views
  • 4 replies
  • 3 kudos

STM32H753 - LSE Drive Strength and GPIO Speed

Hi Team, We are using the STM32H753 in our design.For the signal quality, we are adjusting the LSE drive strength.Below are the four options available in drive strength,low drivemedium low drivemedium high drivehigh driveKindly let us know drive curr...