This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

HRM FreeRTOS example clarification

Good evening,

I'm analyzing the FreeRTOS HRM example for PCA10040.

I'd like to understand the meaning of the following comment available in your code in order to prevent possible
issues

    // Do not start any interrupt that uses system functions before system initialisation
    // The best solution is to start the OS before any other initalisation.

Could you give me a hint?
I'm trying to understand if it recommented that the system will never experience any interrupt before
vTaskStartScheduler or if it shouldn't just attempt any "access" to the SD below.
Best regards,
Andrea
Parents Reply Children
No Data
Related