2024-03-20 09:53 PM
Device and Software Configuration Details:
Challenges Encountered:
We are experiencing challenges with the OS clock/timers — specifically, calls to osDelay() result in the application hanging. Similar issues are observed when attempting to create and use timers.
Inquiry:
Could there be additional configurations required for the system clock or OS clock source to ensure proper functionality within a FreeRTOS context? Any guidance or suggestions in this regard would be immensely valuable.
I would greatly appreciate any help on the issue.
Thanks and Regards
Savita Dhiman
2024-04-24 07:53 AM
Hello @SavitaDhiman
Although osDelay() is relatively straightforward to utilise, it is possible for certain errors to arise, which may result in the delivery of incorrect delays or even system crashes.
The following are some typical reasons why osDelay() may not function as anticipated:
Debugging delays will help you identify the issue: