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.

CC2640R2F: Porting Guide from SDK 1.00 to SDK 1.35 BLE5

Part Number: CC2640R2F
Other Parts Discussed in Thread: BLE-STACK

Hi,

    We have a working program running at SDK 1.00. It advertises and we can try out the ble profiles. After porting our code to SDK 1.35, it does not advertise. Are there any guide, tips porting from SDK 1.00 to SDK 1.35?

- kel

  • Hello,

    If you are using the Bluetooth 4.2 stack (blestack) then you can follow the same porting procedure from SDK 1.00 to SDK 1.30.

    Did you check for any task stack overflow? Does the ROV show any issues?

    Best wishes
  • Hi JXS,

    Where can I find this "porting procedure from SDK 1.00 to SDK 1.30". At th SDK 1.30 there is only "Porting Instructions from BLE-Stack 3.0.0 to BLE-Stack 3.00.01".

    Are these below the docs to read in order to port project from SDK 1.00 to SDK 1.35

    1. SDK 1.30 doc Porting Instructions from BLE-Stack 3.0.0 to BLE-Stack 3.00.01
    2. SDK 1.35 doc BLE-Stack 3.00.01 to BLE5-Stack 1.00.00.

    - kel
  • BLE-Stack v3.0.0 is a component of CC2640R2 SDK 1.00 and BLE-Stack v3.0.1 is a component of SDK 1.30/1.35. The porting link is software-dl.ti.com/.../porting-to-newer-stack-versions.html

    Best wishes