Hi All, i am using cortex - M3 processor and i have to use CAN in my application, i am new to the keil environment. i have written my application in normal mode i.e. with out using real time kernel by keil but now i have to use real time kernel as project requirement. what are the change i have to do while porting non OS application ? my main conecern is how do i configure CAN interrupt in real time kernal so that whenever data is available on CAN it will notify me.
Thanks Anil
Let CAN run in a high-priority atsk, waiting on a mailbox
Let CAN interrupts send mails.
There are other alternatives to synchronize a high-priority task with an ISR too.
Note that OS functions allowed to use in an ISR have special names.