This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/LAUNCHXL-CC2640R2: Cc2640 measures AOA and system crashes after adding serial port

Part Number: LAUNCHXL-CC2640R2
Other Parts Discussed in Thread: SYSCONFIG

Tool/software: Code Composer Studio

i want to use serial port get aoa data,so I added Custom_UART.c to RTLS_master in sdk3.4. As long as I send UART data, the board system crashes. i don't know why.

the code just only run to UART_write(UartHandle, echoPrompt, sizeo(echoPrompt));

not run to UART_write (UartHandle, echoPrompt1, sizeo(echoPrompt1));