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

STM32F4 I2C CR2 Peripheral clock frequency

Dear Forum,I'm using a STM32F401 and implemented the I2C as Target transmitter (Slave) answering a I2C question. I'm programming the I2C CR2 (FREQ Bits) Register as follows with correct speed (42 MHz)I2C1->CR2 = ((DRV_RCC_GetPCLK1Freq() / 1000000u) &...

LGrb1_0-1777284932058.png LGrb1_1-1777285065422.png LGrb1_2-1777285123661.png
LGrüb.1 by Associate III
  • 113 Views
  • 0 replies
  • 0 kudos

Resolved! STM32H7 HRTIM clock drifting?

Hello everyone, I have a NUCLEO-H755ZIQ board and I am trying to use the HRTIM to output a 50Hz pwm signal. I hook the output to an oscilloscope and I see that the pulse has a period of 19.2ms instead of 20ms, meaning that while I have configured the...

chrkaras by Associate III
  • 197 Views
  • 5 replies
  • 0 kudos

STM32H723 with SDMMC UHS-I voltage switching

During the initialization of STM32 UHS-I, it has an IO output of 3.3V. After initialization, it outputs at 1.8V. However, I noticed that the external voltage switch transceiver is powered at 1.8V on the host side. I'm afraid it might burn out the ext...

YYT by Associate
  • 97 Views
  • 0 replies
  • 0 kudos

About BOOT0 and BOOT1 pins on STM32G474R ?

Dear, @halfhalf Post Edited by ST moderator to apply source code formatting and translate from Chinese to English to comply with the community rule:Best regards,Gyessine---------------------------------------------------------------------------------...

halfhalf by Associate
  • 214 Views
  • 4 replies
  • 2 kudos

GPIO status during boot mode and other operating modes

Hello Team,We are developing custom board using STM32N657X0H3Q MCU. I could not find information regarding GPIO status in datasheet during boot mode, sleep mode, stop mode and standby mode. It will be helpful for us if you can share information with ...

kadam by Associate II
  • 101 Views
  • 1 replies
  • 0 kudos

H7 migration, send SPI without using HAL

Hello dear community!I've migrated from F7 to H7, everything fine so far.To save CPU time I don't want to use HAL for sending two SPI bytes.My F7 transmit SPI code was very simple and perfectly working :SPI6->DR = byte_0; SPI6->DR = byte_1;But on the...

jean by Senior
  • 7241 Views
  • 12 replies
  • 4 kudos