Wakeup a task from ISR

My 1st guess configMINIMAL_STACK_SIZE is way too small (for a task using stack hungry printf-family functions).
2nd issue might be an incorrect interrupt priority.
Edit: You also should check the return codes of xTaskCreate etc.