Hi,
I'm seeing frequent assertions the uarte driver (sdk/components/libraries/experimental_libuarte/nrf_libuarte_async.c) due to framing and parity errors. These are expected since the pin is not always connected so I need to be able to handle them gracefully. At the moment they hit the default condition in uart_evt_handler() and assert, there needs to be a user callback available so they can be handled gracefullly.
I'm using S132 and SDK 15.2 on an nrf52832.
Thanks,
Tom