CAN (Controller Area Network) is a data-communication protocol typically used for broadcasting sensor data and control information on 2 wire interconnections between different parts of electronic instrumentation and control system. This protocol is generally used in modern high performance vehicles.
- Configurable Clock settings :
- CAN operating frequency .
- Nominal Bit Rate.
- Configurable ISO CRC for CAN frames.
- FIFO Settings :
- Configurable FIFO for Transmit and Receive operation.
- Configurable FIFO depth and transmit priority.
- User can provide Custom Name for the FIFOs.
- Receive-Filter Settings :
- Supports both SID(11 bit) and EID(29 bit) type Message IDs.
- 12 bit SIDs are not supported.
- Displays Permissible ID based on Message IDs allowed for a given filter. Permissible ID is a binary depiction of Message ID that can pass through filter.
All notable changes to this project will be documented in this file.
- CC16SCRIP-9721 :- Support for dsPIC33AK512MPSxxx family of devices
- CC16SCRIP-8513 :- In case of non-contiguous FIFOs being used, a default allocation of 16 bytes is allotted for all intermediate disabled FIFOs
- CC16SCRIP-6678 :- Added support for selection of CAN 2.0 driver as dependency by other Software libraries (like CAN TP)
- CC16SCRIP-6487 :- CAN 2.0 Driver support for PIC18 device family
- CC16SCRIP-2045 :- Dependency module names updated in builder view
- CC16SCRIP-3419 :- Dependency Selector label updated with PLIB name
- CC16SCRIP-3005 :- Bit Rate Settings : Option names updated with units for Time Quanta and Sample Point