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-CC1352P: UART and Simple Peripheral

Part Number: LAUNCHXL-CC1352P

Tool/software: Code Composer Studio

I am trying to add UART functionality in Simple peripheral project. Till now I have been to add UART driver and receive packets from BLE as we change the value of Characteristics 1 and 3 via mobile app.

Now, I want to send a packet from UART and set the value of Characteristics 1 and 3 in the application. But I am not quite sure how to proceed.