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/CC2650: How to Port Code to Different TI RTOS Version

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

Tool/software: TI-RTOS

Hello,

I am working on a custom board with a CC2650 chip and a LoRaWAN chip for research. When joined my research team I was given BLE code (modified project zero) for the board which runs on TI-RTOS v2.20.1.08, XDCtools v3.32.0.06, and ARM compiler v5.2.8. I was also given LoRa code which runs on TI-RTOS v2.18.0.03, XDCtools v3.32.1.22, and ARM compiler v5.2.8. I have been working on these code bases individually, but I need to merge the two projects together. What is the best way to port one of the projects to the version of TI-RTOS that the other is using?

Thanks!