|
PIC24 Support Libraries
|
Go to the source code of this file.
Functions | |
| void | configBaudECAN1 (void) |
Illustrate CAN transmit, receive. Uses a FIFO for RX receive, and uses a standard data frame.
Definition in file ecan_example_fifo.c.
| void configBaudECAN1 | ( | void | ) |
Clock config taken from the PIC24H FRM ECAN datasheet (DS70226B, Example 21-9), Produces data rate of 1 Mbps assuming FCY = 40 MHz, quanta = 20, Prescale = 2.
Definition at line 42 of file ecan_example_fifo.c.
1.8.4