2021-03-17 03:02 AM
Hi guy.
I'm doing a project with stm32f030rct6 using cube ide, the system tick does not work, so the HAL_Delay or HAL_GetTick function.
When I switch to KeilC, it works as normal.
Please tell me if you know why.
Thanks
2021-03-17 06:17 AM
are you trying to use hal_delay or hal_getTick inside an interruption?