Other Parts Discussed in Thread: CC3200
Tool/software: Code Composer Studio
Hi,
Actually I'm facing some issues with OTA update in my code. It is showing OTA Run = -4. What should I do now?
Even I tried with new Key generation in the dropbox also... Is there any updates happened in key generation of dropbox ?
#define OTA_SERVER_NAME "api.dropbox.com"
#define OTA_SERVER_IP_ADDRESS 0x00000000
#define OTA_SERVER_SECURED 1
#define OTA_SERVER_REST_UPDATE_CHK "/1/metadata/auto/" // returns files/folder list
#define OTA_SERVER_REST_RSRC_METADATA "/1/media/auto" // returns A url that serves the media directly
#define OTA_SERVER_REST_HDR "Authorization: Bearer "
#define OTA_SERVER_REST_HDR_VAL "t3mmWZxNRgwAAAAAAAAOwVHD-LR7JFCkZTrZDMTLLP1Ins0ti5sNoyJdoPc0uDas"
#define LOG_SERVER_NAME "api-content.dropbox.com"
#define OTA_SERVER_REST_FILES_PUT "/1/files_put/auto/"
#define OTA_VENDOR_STRING "TI_CC3200_WTHR01"
static OtaOptServerInfo_t g_otaOptServerInfo;
static void *pvOtaApp;