Search Results

0
votes

How do you test your interrupt handling module?

I'm not an embedded developer, so I don't know if this is possible, but how about decoupling the code that handles the interrupts from the callback-registration mechanism? This would allow you to w …