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?