A function fails when called from an interrupt
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_...