A related question is a question created from another question. When the related question is created, it will be automatically linked to the original question.
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.
Also, using a delay like MAP_UtilsDelay() is not the best way to implement some sort of timer based solution. I'd recommend looking into other methods, here are a few ideas.
1) Use the Timer peripheral
2) If using TI-RTOS, it is very easy to use a Timer with the Clock module
3) You could also use the RTC (Real Time Clock) in the CC3200, and loop while checking to see if it has passed the requisite time. You can see how to use the RTC in my code examples on github, check out this repository, which has a library for this - github.com/.../startproject_cc3200_ti-rtos