Other Parts Discussed in Thread: SYSCONFIG
Hi all,
I find below issue maybe caused by UART transmit over 32byte from PC to CC2652
I use 2 type of USB to UART cable, FTDI and TI EVB board. if i want enable ANT >= 16, total CLAOA_ENABLE packet is 33 bytes, but AOA_ENABLE is 32 bytes
1. if use FTDI driver can't get any response from Master after transmit CLAOA_ENABLE command, the interval between 2 bytes is 0.16us
2.when use TI driver, we can get response from Master after transmit CLAOA_ENABLE command, the interval between 2bytes is 3.38us
looks like the UART ring buffer size is 32 bytes in syscfg. so i think if PC transmit too fast and over 32bytes, maybe cause the 1st byte(0x7E) be override, so won't response CLAOA_ENABLE command
but after change ring buffer size > 33 bytes, still not work, and can't find npi_tl_uart use this ring buffer. how can i increase the UART RX buffer size