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.

CC3220: Error:-16384 during the OTA, what is this?

Part Number: CC3220

Hi ,
Met the error:-16384 during the OTA.  please kindly suggest what may cause this? thanks. 
  • Hi Tang,
    The definition is JSON_RC__UNEXPECTED_ERROR, returned from functions in parse_common.c and utils.c in the SDK JSON library. This could be any number of errors with parsing the JSON file. At this point, I suggest printing out the contents of the JSON file to manually inspect it.

    -Aaron