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

measurement range on stm32

thanks for answering my previous question so according to this i supplied voltages from 0v to 5v and i got following step sizes(if i am correct) what i observed is it stops measuring after 2.5v so does it mean its measuring range is from 0-2.5v / can...

Vtrai by Associate II
  • 645 Views
  • 1 replies
  • 0 kudos

How to configure the internal synchronization in SAI peripherals ??

Hi, I am using stm32h753 IC, in my design. I want to know, how to configure the SAI internal synchronization. If any example program is there in same..Here i am mentioned the configuration:-   hsai_BlockA1.Instance            =      SAI1_Block_A;    ...

Vel by Associate III
  • 365 Views
  • 0 replies
  • 0 kudos

STM32L073CBT6 deep sleep

Hi, I am using STM32L073CBT6. I want my MCU go to the deep sleep and wakeup by internal RTC and one of my GPIO pin. I already read the datasheet but a little bit messy. Im using 16Mhz cpu clock, 8Mhz for LPUART ABP1 clock, 1.Right now, Im stuck on se...

Dprom by Associate II
  • 402 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F030C8Tx was a hard fault when using SPI (HAL)

Hi everyone,My name is Chinh, I am working on stm32f030c8t6 for my project. I am using SPI1 to interface with an RF module. This program run very good when I implement on stm32f103c8t6, to save money I decide to switch to stm32f0 which have a lower c...