Skip to content

vijaybnotion/InterruptDeferring

Repository files navigation

InterruptDeferring

1. Fetching the timestamp at the interrupt handler.

TimeStamp calculation


2. The interrupt deferring can be done, by synchronizing the ISR with the Task using a binary semaphore.

Giving the token from Call back function


3. Printing the timestamp in the deferred task

Take the semaphore token and print


4. Here is the result

Terminal

Releases

No releases published

Packages

No packages published