Triggering the Update Interrupt Flag of a One Pulse Timer with software
Hi,
I would like to, trigger an update event interrupt using software.
My timer runs in One Pulse mode, the idea is, that another event should also run the code in my Timer ISR.
So after this other event happens in my code, I don't want to wait for the timer, I simply want to trigger the ISR through software, Reset the counter and then stop the counter (this is automatic in One Pulse Mode).
I have tried setting the Update Event Bit in the Event Generation register, without any luck.
Thanks
