Hi Team,
Is there any way to enable/disable all interrupts? Will BLE connection get disconnected because of this? If yes the what are the possible ways to maintain the connection?
Hi Team,
Is there any way to enable/disable all interrupts? Will BLE connection get disconnected because of this? If yes the what are the possible ways to maintain the connection?
What problem are you actually trying to solve?
My mobile application gets connected to nordic-slave-device, it sends some some command to nordic-slave-device. After this there is no real data exchange and only low level handshaking packets are transferred between ble-master and ble-slave(i.e. nordic-slave-device). Considering this following questions hangs my mind:
After asking timeslot, is there any need to disable interrupts? If yes then how to do that?
What is the maximum timeslot (in ms) we can ask for?
What is the probability that we ask for a timeslot and we do not get it and ultimately loose some bytes over uart?
Or I just need to go for separate UART chip for better performance?
My mobile application gets connected to nordic-slave-device, it sends some some command to nordic-slave-device. After this there is no real data exchange and only low level handshaking packets are transferred between ble-master and ble-slave(i.e. nordic-slave-device). Considering this following questions hangs my mind:
After asking timeslot, is there any need to disable interrupts? If yes then how to do that?
What is the maximum timeslot (in ms) we can ask for?
What is the probability that we ask for a timeslot and we do not get it and ultimately loose some bytes over uart?
Or I just need to go for separate UART chip for better performance?