Hi All,
I have defined a 5mS periodic clock which call a function, usually the function takes less than 1mS but every 30mS the function takes 20mS, I was expecting that as the periodic clock is based on HW interrupt than when the function is larger than the periodic clock than it will lose a few function calls but what I have seen is that the function is being call according to the 5mS which means that after the 20mS the function is called a few times (according to the number of missed 5mS periods) why is that?
Thanks,
HR