In my application I send a characteristic notification from inside a timer callback function. This causes a restart of my application if I am connected to the board. But my application does not restart if I am not connected. What is happening?
Is it wrong to send a characteristic notification from inside a timer callback function?