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

When I used HAL_ADC_Start_DMA Timer Pwm does not work

I am working with stm32f407vg disc. I have to read couples adc same time, one of the sensors is should be control a servo motor. Without this hal function HAL_ADC_Start_DMA servo works clearly. when i activate this function servo doesnt work.

Bugrahan by Associate
  • 814 Views
  • 3 replies
  • 0 kudos
BPfei.1 by Associate II
  • 1445 Views
  • 5 replies
  • 0 kudos

Resolved! stm32h7xx_ll_adc.c doesn't compile for STM32H723xx (1.10.1) when USE_FULL_ASSERT is defined LL_ADC_INJ_TRIG_EXT_HRTIM_TRG2 not defined because H723 doesn't have HRTIM

..\system\STM32H7xx_HAL_Driver\Src\stm32h7xx_ll_adc.c:1056:16: note: in expansion of macro 'IS_LL_ADC_INJ_TRIG_SOURCE' 1056 | assert_param(IS_LL_ADC_INJ_TRIG_SOURCE(ADC_INJ_InitStruct->TriggerSource)); | ^~~~~~~~~~~~~~~~~~~~~~...