Getting an delay by timer interruption
Posted on November 13, 2017 at 17:44Hello Everyone,I am working on the STM8AL3166 and try to handle a timer interrupt. My need is to wait 500ms and then check again a value (not pooling)How/Where do I write the program when the interrupt occurs? Whe...