|
Readme
This is a C language project that configures
the CAN for simple communication.
The following scope trace shows CANH (yellow) and CANL (blue) for one transmission.
Logic 0 is dominant (CANH=3.5, CANL=1.5V). Logic 1 is recessive (CANH=2.5, CANL=2.5V)

The CAN interface requires a bus driver to create the CANH and CANL signals.

Derived from Texas Instrument code
- can_to_uart_bridge_LP_MSPM0G3507_nortos_ticlang
- gpio_toggle_output_LP_MSPM0G3507_nortos_ticlang
|