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.
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.