I have gone through MQTT-Client code given in SDK. I want to port the code from FreeRTOS to TI-RTOS?
What changes should I make in code and project properties?
I would appreciate any help in this context.
Thanks.
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.
I have gone through MQTT-Client code given in SDK. I want to port the code from FreeRTOS to TI-RTOS?
What changes should I make in code and project properties?
I would appreciate any help in this context.
Thanks.
Hello all,
I am also facing the same issue and want to port the code from FREE RTOS to TIRTOS
I am using Mqtt example code and I tried changing the configuration in properties of the project and my code is now showing as active configuration for TI-RTOS and code is also working fine,
However i want to add clock module in the mqtt example code but i am getting stack sizes error which you have mentioned in last line
So please help me with solution for this error,
And also i didnt understand what do you mean say in the below line.
Kobi Leibovitch said:Hi Prachi,
In the project setting you should replace the library under <sdk-root>/oslib/ccs.
Please help with this soon,
Thank You
Hi,
Under OSLIB you can find 2 adaptation drivers:
1) free_rtos.a - adapter between the OSI API and FreeRTOS (that is used by default)
2) ti_rtos.a - adapter between OSI and TI RTOS (this is the one you need to update instead).
If you have issues with the stack sizes, you can try try to increase the sizes.
Br,
Kobi