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.

CC3200 with FreeRTOS 's interrupt problem

Other Parts Discussed in Thread: CC3200

Hello  ,all.

I want to use the interrupt in CC3200 with freeRTOS ( from SDK examples ).

If I need some functions like "enter int/ exit int" as in uCOS?

I read the osi.h file  and I found the  "osi_EnterCritical() " and  "osi_ExitCritical(0)".

Can I or need I put these 2 in the interrupt routine?