Hello,HAL_TIM_OnePulse_*** functions stick to the example given in the reference manual (you may refer to RM0091, section 17.3.15). This choice was made on purpose when the HAL TIM driver was created and kept later on to avoid any compatibility break...
Hello Davide,I developed a short test code to check your use case. Initially I got the same behavior because I forgot to call LL_ADC_REG_StartConversion(ADC1) after the HRTIM1/ADC1 initialization step.Now I get something working as expected. You'll f...
Hello Davide,Attached is a snapshot of the HRTIM master, HRTIM common and ADC1 registers taken with a working configuration. It might help you to identify what is missing in your software. Note that as far as HRTIM is concerned, the configuration is...