HAL_Delay API is providing more delay than expected
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-03 9:07 PM
When HAL_Delay(420) is invoked for 420 milliseconds delay it is providing 438ms of delay when measured in CRO.
void SysTick_Handler(void)
{
HAL_IncTick();
}
Labels:
- Labels:
-
STM32Cube MCU Packages
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-03 11:14 PM
Is HSI or MSI your primary clock source?
JW
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-03 11:47 PM
HSE
