Trigger timer from interrupt and start timer inside timer callback (nucleo STM)
I want to initiate timer ‘alfa’ from an interrupt. Once the timer period elapses, I want to start another timer within the callback. Here is the code for this setup:
I want to initiate timer ‘alfa’ from an interrupt. Once the timer period elapses, I want to start another timer within the callback. Here is the code for this setup: