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.
vTaskStartScheduler or if it shouldn't just attempt any "access" to the SD below.