avr-can-lib icon indicating copy to clipboard operation
avr-can-lib copied to clipboard

Support for ATmega16/32/64m1/c1

Open onitake opened this issue 4 years ago • 0 comments

The ATmega16M1/ATmega32M1/ATmega64M1/ATmega32C1/ATmega64C1 microcontrollers have the same CAN controller built in as AT90CAN*. There are some minor differences in the standard AVR headers, such as differently named interrupt vectors. But the registers and programming interface are the same.

Here is a simple patch to add support for these MCUs.

onitake avatar Jan 10 '21 23:01 onitake