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.

CC2640: RTOS Idle Function Configuration problem

Part Number: CC2640

Greetings of the day!!

I am using CCS 11.1.0 Version and CC2640R2 5.3 SDK.

I am trying to implement new idle functions by accessing release.cfg using XGCONF.

However When I write any functions name in mentioned image it get blank again, it get erased automatically once i press the enter button. 

Please let me know if I am doing anything wrong.

  • Greetings Dinesh,

    I recommend that you use the same CCS dependencies as listed in the SIMPLELINK-CC2640R2-SDK Release Notes.  I did not experience the behavior you described, as any changes I saved to the release.cfg inside XGCONF were directly applied to the file.  Please make sure not to use spaces or special characters in your naming convention.  Regardless, my recommendation is that you modify the configuration file inside the XDCscript editor instead.  There is even an example provided which has been commented out, Idle.addFunc("&myIdleFunc");, that you can reference.  You can review the TI-RTOS Kernel User's Guide for more information.

    Regards,
    Ryan