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.

RTOS/LAUNCHXL-CC2640R2: Getting started: Need little advice on UART & BLE implementation

Part Number: LAUNCHXL-CC2640R2
Other Parts Discussed in Thread: BLE-STACK

Tool/software: TI-RTOS

Hello,

I have just bought CC2640R2 Launchpad. I have tried out few example such 'pwmled', 'empty', 'gpio_interrupt' to develop the basic understanding of the launchpad and examples like 'single_peripheral' to test the working of BLE with smartphone. However, so far I have only used low-end PIC & AVR controller(for which I used to code UART protocol and blue-tooth connectivity protocol by myself), so I am not familiar with coding style of TI controllers. 

So, if I am to proceed with TI controller for implementing some functionality (say that includes UART & BLE). Do I need to program them by myself or are there any library functions that could help me out?

Thanks.

--Zain

  • Hi Zain,

    I would recommend to use SimpleLink Academy and the BLE-Stack user's guide to learn about the coding style of the BLE-Stack applications.

    Regarding your end case, I would recommend using UART in callback mode and adding it ot an exciting example such as simple peripheral.