Part Number: CC2650
Other Parts Discussed in Thread: CC2640
Tool/software: TI-RTOS
Hello,
I have started to use the CC2650 very recently. I am trying to understand the SPP-LE example since it's what I mostly need.
The example works fine between 2 launchpads, still haven't been able to use with computer/android because it doesn't create a COM, but that's an issue for later.
In trying to understand everything, most seems to be documented in CC2640 and CC2650 SimpleLink™ Bluetooth® low energy Software Stack 2.2.1. So, although I don't quite understand everything, since it's explained I will try to avoid asking questions here. But there is one thing that I can't find, and that is the SDI transport layer.
I'm trying to understand where the UART is configured, how message is received, processed, redirected to APP task, etc. One of the things I will need to do for example, is change some configs on the UART if requested (by a GPIO, BLE custom command, etc).
I've been trying to understand by reading the source codes but everything is a bit convoluted and the additions to TIRTOS abstraction (ICAL, util, etc) makes it more confusing since I never seen it before.
So my question is, is there any documentation on the SDI?
Help is appreciated