How can I generate an arbitrary interrupt from software?
Posted on February 01, 2016 at 15:20 I want to generate an interrupt from software in order to execute things in a different ''thread'' than the main()-thread. In other Microcontroller-brands I've been previously working with this has been very ...