Sukkin Pang
Sukkin Pang
The way PCAN-View is to use 4 lines to display the 64 bytes.  I like the colour icon to represent the FD and BRS flag. To compose a...
I'm seeing this problem is well. CO_LOCK_OD has a __disable_irq() function inside: `#define CO_LOCK_OD(CAN_MODULE) \ do { \ (CAN_MODULE)->primask_od = __get_PRIMASK(); \ __disable_irq(); \ } while (0)` Where as CO_UNLOCK_OD...
Ok, somehow the __set_PRIMASK is not re-enabling the interrupts for me.