User Activity

Hi,I have defined a function, that when called, from the main.c while loop works fine. When the same function is called from an interrupt it fails to work.In debug mode I can see that the interrupt function (void HAL_GPIO_EXTI_Callback(uint16_t GPIO_...
Here is the method defined in the .h file: void ILI9341_DrawText(const char* str, const uint8_t font[], uint16_t X, uint16_t Y, uint16_t color, uint16_t bgcolor); the method defined in the .c file: void ILI9341_DrawText(const char* str, const uint8_...