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

RTC wake up

Implementation on: STM32L476RCI can configure a periodic sleep cycle by waking up through the RTC through calling HAL_RTCEx_SetWakeUpTimer_IT.I'm now trying to handle an EXT interrupt while in this periodic sleep cycle.The goal is to handle the EXT i...

Aa.41 by Associate II
  • 514 Views
  • 0 replies
  • 0 kudos

rtc year

rtc year is uint8_t, does anybody know how to identify year less than 2000 or more than 2000?Regards,

yang hong by Associate III
  • 542 Views
  • 1 replies
  • 0 kudos

stm32L4: wakeup pin polarity confusing.

Hello. I try to calculate some pulses by wakeups from shutdown mode. I have 2 pins which areWKUP1, WKUP4. They are configured to wake up by rising edge. But sometimes when only 1 of them is rising, I receive 2 notifications, from both pins.The proble...

VD1 by Associate
  • 885 Views
  • 0 replies
  • 1 kudos

DBGMCU HRTIM_STOP does not disable PWM outputs?

I'm working on a project for a battery charger and for safety purposes I want the complementary outputs of the HRTIM to be disabled when the core is halted. On the STM32F334, setting the HRTIM_STOP bit in the DBGMCU register resulted in both the HRTI...

LDoes by Associate II
  • 559 Views
  • 0 replies
  • 0 kudos

how count of pulse on gpio in stm32l4 at lprun and wake up?

I use 2 board for generate pulse and count pulse.I generate pulses with 4Hz frequency by first board and print number of each pulse also when I press button pulse production stops and then after 20ms products a another pulse(I things micro in second ...

alianvari by Associate III
  • 499 Views
  • 0 replies
  • 0 kudos

IWDG is not working

Hi,In stm32f051, iwdg is not working, I think.After enable iwdg, encounter the while(1); loop , reset is not issued.NRST pin is connected to RC reset circuit.BRPaul

paul0208 by Associate III
  • 908 Views
  • 4 replies
  • 0 kudos

Resolved! Need help understanding performance issue on STM32H743

I'm struggling to understand why I'm seeing a huge performance hit by slightly changing code in a loop. I narrowed down the problem to a manageable code size, and I'm hoping someone here can suggest how to investigate and resolve my issue.I'm using a...

fbar by Senior
  • 2482 Views
  • 5 replies
  • 0 kudos