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
