Specifications

Page | 35
Display: Opened Channel
Display: Capable of streaming
Display: Number of requested buffers = 3
Display: Init done succetvp514x 3-005d: tvp5146 (Version - 0x03) found at 0xba
(OMAP I2C adapter)
ssfully
Display: Stream on...
Capture: Stream on...
The LCD shows the image collected by the camera. (Press ctrl+c to quit the
test)
4.3.9 CAN Test
If the user wants to connect a CAN device, please use the CAN8200.
The steps for CAN connection are below:
1. Set the CAN baud rate as 125 k/bits, and enable the CAN
devices.
[root@OMAP3EVM bin]# /usr/bin/ip link set can0 type can bitrate 125000
triple-sampling on
[root@OMAP3EVM bin]# /usr/bin/ip link set can0 up
ti_hecc ti_hecc.1: setting CANBTC=0xc00a8
2. Input the following commands to send the data:
"1122334455667788".
[root@OMAP3EVM bin]# /usr/bin/cansend can0 111#1122334455667788
3. Input the following commands to receive the data:
[root@OMAP3EVM bin]# /usr/bin/candump can0
Receive the data that you have sent:
can0 80 [8] 01 02 03 04 05 06 07 08
can0 80 [8] 01 02 03 04 05 06 07 08
4.3.10 ADC Test
The user can input the analog voltage for PIN1~8 (/dev/adc7 ~ /dev/adc0)
on connector J5, the input analog voltage rate is 0v ~ 3.3v, for the 12 bit AD
conversion, the system will display the digit voltage.
Input the following commands to check the PIN1 analog voltage: