HI,
I am using nrf52 with other mcu and sending scanned beacon to that mcu.
I have set baud rate to 921600 and transmitting data when mcu request. when mcu request for data Nrf52 stop scanning then process data and then send to mcu.
If i set uart priority to high i am unable to stop scanning using sd_ble_gap_scan_stop() it will stop execution of program.
and if i will set uart priority to low it will send some starting portion of data only.
Is there any priority problem or i need to implement something else to transmit data?