You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
your Delay_Us can not be used when using FreeRTOS, it would ruin the Freertos, since it would modify the systick, I think you should use something like this
loop while (endTime - currentTime) > 0
The text was updated successfully, but these errors were encountered:
Hi,
your Delay_Us can not be used when using FreeRTOS, it would ruin the Freertos, since it would modify the systick, I think you should use something like this
loop while (endTime - currentTime) > 0
The text was updated successfully, but these errors were encountered: