Skip to content

TC_osKernelSuspend_1 can fail #76

Description

@CanastraRF

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()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions