STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Is five-volt tolerance guaranteed in Standby / Stop mode?

I want to wake-up from standby mode on a STM32L422xx using PA2 (WKUP4) with pull-down enabled in PWR_PDCRA. Wake-up signal can go up to 5.25V at this pin.Can this configuration cause any problems e.g. high current injection during wake-up phase?Thank...

C.Ecke by Associate
  • 407 Views
  • 1 replies
  • 0 kudos

I'm trying to use HRTIM to generate non-overlaping PWM pulses on 2 outputs, and be able to change which output is first in time. I've tried various methods and find when I change the output order, it corrupts the pulse lengths and they overlap.

Nulceo 64- F334R8. Using Timer A on HRTIM1 to generate non-overlaping PWM pulses on 2 separate outputs. I use 4 CMP registers, defining the start and end time of each pulse (CMP1 = pulse 1 start, CMP2 = pulse 1 end, CMP3 = pulse 2 start, CMP4 = puls...

ORidl.1 by Associate
  • 802 Views
  • 2 replies
  • 0 kudos

How to write data to flash on an STM32F413ZH

HelloI'm trying to read and write data to the flash on a STM32F413ZH using Keil MDK-ARM. I've been using the following code:uint32_t Flash_Address1 = 0x08140066; uint32_t Flash_Address2 = 0x08140067;   uint8_t Data[4] = {0x66, 0x77, 0x88, 0x99 };   v...

ron_w by Associate III
  • 1257 Views
  • 4 replies
  • 0 kudos