Skip to main content
Kishan Joshi
Associate III
August 31, 2020
Question

ll_systick_isactivecounterflag alternative in Hal

  • August 31, 2020
  • 0 replies
  • 778 views

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 ? .

This topic has been closed for replies.