2020-08-30 10:01 PM
I have generated my code using stm32cubeide. I wanted a micros function so i discovered one using systick but the problem is it required this ll_systick_isactivecounterflag function to check when active counter is set or not. But since this function is in LL I can't able to do it in HAL. Is there any alternative function in HAL for ll_systick_isactivecounterflag ? .