Resolved! How do I generate an event or interrupt from an ISR along with a interrupt identifier
I have an app with a pretty simple non blocking state machine that works pretty well. There are a bunch of UART and I2C devices along with a couple of timers that all have ISRs. When an ISR gets called, it puts its data along with an identifier and a...