xTimerStop() creating issues

Is CBK_ChangeNotif_ApplicationGap an ISR handler? If so, you should use xTimerStopFromISR and taskENTER/EXIT_CRITICAL_FROM_ISR.

Which hardware platform are you using?

Thanks.