-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
I used this Validation on a STM32L476RG Nucleo Board.
After reset the core clock is only 4MHz (MSI).
Often TC_osKernelSuspend_1() failed on
ASSERT_TRUE (osKernelSuspend() == 50);
because the return value of osKernelSuspend is often 49.
Then I double the core clock to 8MHz and it works fine.
Please specify a minimum core clock or set a range of 49 to 50 for this test.
Similar in TC_MutexCheckTimeout()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels