I have developed a code for transferring data through uart to ble. It is working properly. but when I add a line printf to my code the data transmission stops and ble will disconnected. This part is crucial for me since once the connection is established printf is sending an acknowledgement to send the data to UART from the computer. I have added the screenshot of the same. Without printf it will work. But I need this for acknowledgement. I tried app_uart_put too.