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.

Compiler/CC3200: CC3200 not update cdn_url in ota_api

Part Number: CC3200
Other Parts Discussed in Thread: UNIFLASH,

Tool/software: TI C/C++ Compiler

Hi developers,

I´m trying to make OTA example with dropbox, and works fine until I get RUN_STAT_ERROR_DOWNLOAD_SAVE.

I show in forum i need to change cdn_url[256] to cdn_url[512] because is too long in the new link for DROPBOX_V2.

I try to change in ota_api.h and rebuilding project, after that i format the module and pass the files with uniflash, but when i debug step by step inside of sl_extLib_OtaRun(), the size is still 256 and not 512. What i need to do to generate .bin with the new changes?