The example defined a global variable "g_ulStatus" to set network event flags in simplelink task and the user task will check this flag to know if events happened. while a volatile keyword is missing which will cause the flag set/check failed, and the example cannot run with expected result. Please fix this issue, thanks!
volatile unsigned long g_ulStatus = 0;//SimpleLink Status