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.