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

Best way to implement UART polling packet receiver.

Hi, I'm doing a firmware for a micro STM32F4.The micro is always in an infinite loop in the main(), at the end of each cycle it should check if there are any data on UART buffer, in case there are read all data and continue with the normal infinite l...

Resolved! Timer2 is 2 times faster Stm32f107

Hello,As you can see, based on datasheet, the input frequency of Timer 2 is 36Mhz. I have attached 25Mhz crystal to my MCU and here is clock and timer configuration. I need to have 30mS interrupt but I get 16mS.void CLOCK(void){ RCC_HSEConfig(RCC_HS...

0690X00000AqqqcQAB.png
parisa by Senior
  • 628 Views
  • 2 replies
  • 0 kudos

Resolved! COMPx_OUT as a retriggerable monostable output

Hi, I am using an STM32L4 MCU and I need to make the COMPx_OUT acting as a retriggerable monostable output. ​I know I can use timers as blinking source for COMPx_OUT, but this would not help, and as far I understand, the only way to solve my problem ...

simo zz by Senior II
  • 530 Views
  • 1 replies
  • 0 kudos

STM32G070 Internal RTC Wake Up Interrupt hangs. After few iterations rtc wake up interrupt is hangs. Help will be appreciated.

  if(low_power_mode == 1)  {    standby(10);    HAL_RTCEx_DeactivateWakeUpTimer(&hrtc);      }void standby(int seconds) { /* Clear all related wakeup flags*/  __HAL_PWR_CLEAR_FLAG(PWR_FLAG_WUF2);  rtc_set_wake_up_timer_s(seconds); HAL_PWR_Enter...

Frequency precision when generating sine wave with DAC

I am currently developing on a NUCLEO-G071RB board and I need to generate sine waves with frequencies in the range 1Hz - 11kHz. My project requires the step between the frequencies to be 1Hz. It doesn't have to be precisely 1Hz but it has to be close...

JMSuckow by Associate
  • 1238 Views
  • 2 replies
  • 0 kudos