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/CC3200-LAUNCHXL: AWS IoT SDK : Stuck in BIOS_start() function

Part Number: CC3200-LAUNCHXL

Tool/software: TI-RTOS

I specifically stuck in 5 different files....(5 files shown as below with specific lines on which i got stuck)

(1) exit.c

void abort(void)
{
      loader_exit();
      for (;;);                /* SPINS FOREVER */
}

(2) System.c

System_exitFxn(stat);

(3) subscribe_publish_sample_pem4.c

xdc_runtime_System_exit(stat);

(4) Hwi.c

Hwi_excHandlerFunc(excStack, lr);

(5) BIOS.c

Void BIOS_exit(Int stat)
{
       BIOS_module->exitFunc(stat);
}

And I get the Following Output in Serial Window (screenshot attached)....

Regards.

Vivek