Issue resuming AND sending a message to a task from an ISR (Cortex-M4)

Invoking MX_GPIO_Init enabling the GPIO interrupt before starting the (ISR handler) task is dangerous b/c the ISR might use g_xTask / g_xQueue being NULL if an interrupt occurs too early/unexpectedly. Just a hint.