FreeRTOS - Debugging and Monitoring
You wrote this code:
But the program crashes immediately. What is the most likely cause?
int *ptr = NULL;
configASSERT(ptr != NULL);
But the program crashes immediately. What is the most likely cause?
