Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
In the existing example, UART is configured as a display uart(CONFIG_DISPLAY_UART)
. I’m unable to find a suitable UART read function in the code. And I also reviewed the uart_echo example in the SDK and attempted a similar implementation within the basic_bleproject. when I try to open the UART using UART2_open()
, it fails to initialize. Could you please help us resolve this issue?
Pin_Configuration:
TX - DIO20
RX - DIO22