Hello,Note that some master events can be used to reset the counters of the timing units (period, compare match 1..4). The counter reset events are defined in the ResetTrigger fied of the HRTIM_TimerCfgTypeDef structure. It it configured within the ...
Hello,you could use the HRTIM fault input interconnect capabilities. For example, on G4 you can select COMP2 output as HRTIM_FLT1 source. Then, when you need to trigger the 'fault' by software, you just have to set an active level on the COMP2 output...
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...