Is there an example of a CAN device driver that uses SYSBIOS I have an idea of the proper way to do this but a proper reference is always nice
Specifically how the CAN ISR should move the packets upward using SYSBIOS.
sem posted by ISR to task or ISR kicks off a SWI which is better what are the tradeoff?