User Activity

Lines 792..793 in stm32h7xx_ll_tim.c: MODIFY_REG(tmpbdtr, TIM_BDTR_AOE, TIM_BDTRInitStruct->AutomaticOutput); MODIFY_REG(tmpbdtr, TIM_BDTR_MOE, TIM_BDTRInitStruct->AutomaticOutput);That second line looks odd as TIM_BDTRInitStruct->AutomaticOutput ...
Enabling analog watchdog 1 for ADC3 on a STM32H723 in CubeMX with low threshold 0x8 and high threshold 0x80 generatesLL_ADC_SetAnalogWDThresholds(ADC3, LL_ADC_AWD1, 0x80, 0x8);but the doc comment for LL_ADC_SetAnalogWDThresholds() says regarding the ...
As indicated in community.st.com/s/question/0D53W00000zoHteSAE/h7cubemx-critical-bugs-with-ll-and-adc3 there seems to have been a bug where the resolution wasn't correctly set when working with ADC3.As of today, the conversion seems to instead be mad...
Kudos from