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.

RTOS/CC3200MODLAUNCHXL: MQTT Subscriber / Handler Causing Application to Crash

Part Number: CC3200MODLAUNCHXL

Tool/software: TI-RTOS

Working off the Subscriber Publisher example from the RTOS-AWS firmware I am having issues where after the first successful use of the callback handler my application crashes. 

  • Do you have an exception dump? Can you give more information/symptoms of your crash?

    Judah
  • Judah,

    Thanks for the fast response. Can you tell me where I would find any type of exception log. I could copy and paste from the terminal if that would be enough but I feel that you are looking for more.

    One issue that has been noticed is that an error -12 has been through on multiple occasions referring to a general SSL error. This only occurs when the yield is being called to check for new messages from the subscribed topics. I am able to publish to topics without issues or errors while this is occurring.

    -Kurt
  • Are you running this code via the CCS debugger? There's a tool called RTOS Object viewer (ROV). If you open that up, one of the modules called "Hwi" should contain exception log if an exception occurred.