So I can see the "API Reference" documentation on the UART driver in the info centre, however this is all very low level and I am going to waste hours going through all this trying to decode it. Also the examples appear only to use a small subset of the available functionality.
So my question is where is the higher level explanation of the UART API functionality. For example is in the ble_app_uart example it seems a bit of a waste to allocate 256 byte read and write buffers and then to call uart_event_handle
every time a byte arrives.
I frequently ask myself how much time, of Nordic employees (having to answer questions) and Nordic customer, is wasted by not providing some higher level functional descriptions of the API's?
Rant Over!