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.

Updating TI-RTOS from 2.10 to 2.16

Hello Guys,

  I have a project that was totally written over TI-ROTS 2.10 and all access to ports to read and write are based in GPIO_PORTX_BASE and GPIO_PIN_1, GPIO_PIN_2, etc., using  GPIOPinTypeOutput, GPIOPinTypeInput, GPIOPinRead and GPIOPinWrite, etc functions.

I am also using Sockets, UART communication, FLASH, SD, PWM, Semaphores and multitask (Using Task_create).

Now, It was recommended to update to new version, 2.16, that is much better and simple.

But, I already see one diference in the GPIO Configuration and the use of functions. I cannot simply change my Ti-RTOS reference in the project, recompile it and be happy. It would need a lot of investigation and changing.

My question is: It is worth to change to this new version 2.16? 

I have plans to change, but I have no time now to prepare a version with 2.16. I think this kind of change takes too much time, more than simply changing some references and recompile the project.

Does Anyone have experience on this kind of work?

Best Regards,

Leandro