1、Demo position:Nordic\nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_uart\pca10056
2、I find when the code execute the function of timer_start_op_schedule,the CRITICAL_REGION_ENTER(); will close the interrupt, it will distort the interval of the ble,is there some way to resolve the problem?
3、If i remove the function of CRITICAL_REGION_ENTER directly,Some error will occur or not?