Hi, I am using a gpiote interrupte handle function to send a notification to the master,but I find when the sd_ble_gatts_hvx() function is used,the interrupte handle function breaks down and the system has no reaction.Therefore there is no any error notification.The odd thing is that when I delete the sd_ble_gatts_hvx() function ,the interrupte handle function will be normal.I don't know why.I am looking forward for your answer. My code is here: code.txt