Other Parts Discussed in Thread: OMAPL138, MAX232,
Hello,
I am using LCDK6748 development board. I am evaluating the "UART_BasicExample_lcdkOMAPL138_c674xTestProject" example from pdk_omapl138_1_0_3. It is working fine with usb cable connected to UART-USB connector of LCDK6748 board and my laptop. I understand it is connected to UART2. Now I change this to UART 1 but it is not working. I explain the changes done by me.
In software:
board_cfg.h
#define BOARD_UART_INSTANCE (1U)
In LCDK6748 board:
1.R205 is open
2. R206 is soldered
3. R208 is open
4. R209 is soldered
Connection as follows:
1. UART1_RXD ------> MAX232 (R1_OUT)
2.UART1_TXD ---------> MAX232 (T1_IN)
3. MAX232 (R1_IN)-----> Serial connector ( Tx)
4. MAX232 (T1_OUT) -----> Serial connector (Rx)
MAX232 Vcc is connected to J15 pin number 46
MAX232 GND is connected to J15 pin number 43
Serial connector GND is connected to J15 pin number 43
Serial connector is connected to serial to usb connector and connected to Laptop
Tera Term settings:
Circuit:
Now I run the program and I see the result in tera term I could not see anything printing.
Kindly suggest me to work uart1 in LCDKC648 board.
Thanks & Regards
Navaneetha krishnan