STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue Entering Stop Mode on CM4 of STM32H7

I have a dual core application running on an STM32H7 where I would like: the CM7 to tell the CM4 to enter stop modehave the CM4 enter stop modeat a later time, have the CM7 wake the CM4 from said stop modeIn the CM4 code, I'm doing this: HAL_PWRE...

C-Coder by Associate III
  • 26 Views
  • 2 replies
  • 0 kudos

Timer and ADC on STM32F429

Hi,I want to kick ADC1 IN5 with the Timer TIM2. I'm working with CubeIDE.I select:ADC1 -> ADC_Regular_Conversion_Mode -> External Trigger Conversion Source  -> Timer 2 Trigger Out eventTIM2 ->  Trigger Output (TRGO) Parameters -> Update EventBut ADC1...

DetlefS by Associate III
  • 37 Views
  • 0 replies
  • 0 kudos

Zero crossing detection using AWDG

I'm using stm32u535 and would like to have zero crossing detection of supply voltage. I've requirement of 6ADC channels and all are configured in differential mode and adc clock is 25Mhz and resolution is 14 bit and dma circular mode is enabled. On c...