Sukkin Pang

Results 3 comments of Sukkin Pang

The way PCAN-View is to use 4 lines to display the 64 bytes. ![alt text](https://cdn.shopify.com/s/files/1/0563/2029/5107/files/192_168_1_28.png?v=1637665286) 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.