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

STM32G0: PWM Pulse + One-Pulse mode

Above is the configuration of my Timer. - To generate pulse, first I used HAL_TIM_OnePulse_Start but with that pulse was not generate.- So I did this: while(1) { HAL_TIM_PWM_Stop(&htim17, TIM_CHANNEL_1); __HAL_TIM_SET_COUNTER(&htim17, 0); HA...

jowakar122_1-1761976053182.png jowakar122_0-1761976034066.png jowakar122_2-1761976295716.png

STM32 with Cortex-M85

Could it be time for ST to reveal such an MCU at the summit in a few weeks? Or maybe a Cortex-M55 that actually have integrated flash or MRAM or similar? (STM32N6 is interesting, but I would like to see flash/MRAM/something else integrated...

TLin.5 by Associate III
  • 51 Views
  • 0 replies
  • 0 kudos

STM32F302VCT6 - PC14 -> RTC_OUT_CALIB ?

I would like to set a 1Hz signal on the PC14 (RTC_OUT_CALIB). I have found a manual in document AN3371 (see picture in appendix). The code is also in the appendix. Unfortunately, nothing happens on the PC14 but the RTC works. If anyone has any idea w...

_legacyfs_online_stmicro_images_0693W00000dDc1sQAC.png
SimonFu by Visitor
  • 28 Views
  • 0 replies
  • 0 kudos

Resolved! STM32G0: PWM Generation

I am using NUCLEO-G071RB. I am trying to generate an PWM pulse. I am using TIMER 3 Channel 2. - Clock Frequency = 64 MHzWith this setting I should get a HIGH pulse of 90 micro second, instead I get 80 or 40 micro seconds. When the Pre-scaler is incre...

jowakar122_0-1761917837043.png

Scheduling timers for motor control

Hi!I'm struggling to wrap my head around timers - I am trying to schedule some ADC reads of a current sense amplifier in a motor control setup.I have three center-aligned PWM waveforms being generated by Timer1, which successfully commutate a BLDC mo...

sb_st by Senior
  • 52 Views
  • 0 replies
  • 0 kudos

Unable to clear HRTIM ODSR

Hi,Any help would be appreciated!I am trying to generate a project on an STM32G474ET where I use HRTIM timer C outputs as a complementary PWM output pair. I've not been able to get this working, so I have stripped this back to simply a single PWM out...