PIC32 Core Timer and xTimerCreate()

@RAc I have put portENABLE_INTERRUPTS(); after xTimerCreate and everything starts working. You were right interrupts was disbaled.

Now that it is working, my question is, is it safe or a good approach to put portENABLE_INTERRUPTS(); right after xTimerCreate is called. I mean manually enabling interrupt with portENABLE_INTERRUPTS() would be ok???