Hello Andrew, I created this small patch for LPC2xxx CAN driver:
1. Fix of small bug in acceptance filter code in lpc2xxx_can_accfilt_ram_insert_entry() function. 2. Processing of LUT error in CAN error interrupt. For example, this error can appear when user set two identical entrys in filter table. This interrupt isn't maskable, so we have to handle it. I've made small change in CAN I/O layer (add filter error flag) in order to pass LUT error event on application level. 3. Self reception request. I've realized CDL option with 0 default value. Self reception ISR doesn't call DSR in order to minimize unnecessary calling. I would like to thank Alexey Shusharin for supporting me creating this patch. Regards, Uwe
io_can.patch
Description: Binary data
can_lpc2xxx.patch
Description: Binary data
