Other Parts Discussed in Thread: TCAN4550
Dear TI supporters,
I have just got a Linux SDK8.0 for AM64x-EVM and now I would like to test MCAN driver.
Default, in the tisdk_am64xx-vm_defconfig shows
CONFIG_CAN_M_CAN=m
CONFIG_CAN_M_CAN_PLATFORM=m
Insmod these modules and on Linux type:
ifconfig -a
It will be show can0 and can1. Is it right?
And then I can bringing interface up with any bitrate. Is it right?
For example,
ip link set can0 type can bitrate 12500
ip link set up can0
Finall?
I can use the libsocketCAN to connect the CAN device file. Right?
Does TI have any application for testing MCAN driver?
Thanks,