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.

CC3220SF: Track progress of OTA update

Part Number: CC3220SF


In our application we are using TI OTA lib to perform firmware updates. I am wondering if there is any way to get some information that may be useful for visualization of software update progress (download percent, number of steps in update, current step, overall percent of update done) ?

  • Hey Vadym,

    If you'd like more information you can un comment 

    #define SL_ENABLE_OTA_DEBUG_TRACES

    from otauser.h if I remember correctly.

    This will give you more debug info on what OTA is doing. Apart from this there is nothing else. Make sure to re-build your OTA library and application if you use this.

    Jesu