Content originally posted in LPCWare by fumio yoshizawa on Mon May 04 15:50:21 MST 2015
Hi everyone.
I try to USB-to-UART bridge test by LPC1769 on EA Baseboard.
I am using the lpc17xx_xpr_bb_130125 (1) this forlam(thank you) example "uart2" and
lcpopen_2_10_lpcxpresso_nxp_lpcxpresso_1769.zip example "periph_uart_rb".
I also checked FTDI -Driver is working PC USB Serial Port. And Tera Term running.
Baseboard jumper setting is default J7.
I expect "example uart2" function.
UART_SendString(UART_DEV, (uint8_t*)"Flash example\r\n");
uart2_sendString((uint8_t*)"\r\nWriting data from UART1 to this UART\r\n");
(I check this "uart2_sendiString" function is working)
and "example periph_uart_rb".
/* Send initial messages */
Chip_UART_SendRB(UART_SELECTION, &txring, inst1, sizeof(inst1) - 1);
Chip_UART_SendRB(UART_SELECTION, &txring, inst2, sizeof(inst2) - 1);
But I can't receive any letter by PC terminal.
I wonder where should I check more.
Sorry bad English.