I am using SKD_15.3 ble_app_uart source code for testing. And use Putty together.
This source code implements UART Baudrate up to 1M (NRF_UART_BAUDRATE_1000000).
By the way, I need Baudrate 2M, so I modified the source code for Baudrate 2M and tested it.
However, the text input from the iPhone app is displayed in Putty.
However, the string entered in Putty is not sent. The uart_event_handler () function in the uart_fifo.c file is not called.
So ask for help here.
Please make ble_app_uart source code that works with Baudrate 2M (2000000).