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.
Tool/software: Code Composer Studio
I need to add UART functionality with Bluetooth BLE Stack. I tried to add the same in the 'Simple Peripheral' project. I added UART driver and its code but I am not able to write anything on the console.
Is there any other way to send data via UART to BLE?
Hey Akanksha,
I have added an expert to help. Have you looked into the way the menu system is implemented in simple peripheral?
Hi Akanksha,
Any update on this? As Evan said, looking at the menu system implemented in the Simple Peripheral and Simple Central projects will probably be the best reference for you.
Best Regards,
Alec
Thanks Evan. I looked into the menu system.
I disabled the display commands in simple peripheral and then the UART echo was working.
Now, the issue is that I want to print a number of values in my code using UART , but I am not able to implement that. I couldn't find any reference for the same anywhere.
Hi Akanksha,
So now that you have the UART echo working, i'd recommend looking at the UART documentation at the following link and going down and selecting "UART.h" under the section "Drivers and Documentation" this will show you the UART API and give you examples on usage.
https://dev.ti.com/tirex/explore/node?node=AP24VgJ7gbuZWQrdF16tIg__pTTHBmu__LATEST
Best Regards,
Alec M