I have a problem to make a program that read e put a string in UART. In version 7 of sdk there are functions simple_uart_get() and simple_uart_putstring, but this functions don't exist in new sdk. The function app_uart_get isn't blocking, so, I cannot read characteres inserted by the keyboard.