Understanding HRTIM fault filter lengths
Hi
I am trying to implement a fault filter for the HRTIM on a stm32G474.
I am using the LL libraries and the Reference manual.
I find the table 234 in the reference manual completely unreadable and confusing. Could someone please explain how it is suppose to be interpreted.
Lets take an example.
my Fhrtim is 170 mhz and I have done the following
LL_HRTIM_FLT_SetPrescaler(HRTIM1, LL_HRTIM_FLT_PRESCALER_DIV2);
LL_HRTIM_FLT_SetFilter(HRTIM1, LL_HRTIM_FAULT_1, LL_HRTIM_FLT_FILTER_4); How do i calcualte the filter length?
Best regards
Martin
