I've asked before about these two peripherals, the way they are presented is a little confusing.
I understand that UARTE has DMA possibilities, UART doesn't. Also that in effect there is only one UART on the chip.
In the case that I just want a very simple UART for debugging purposes, with the minimum of config and so on - what is recommended?
Is UARTE a superset of UART, and can be setup as a simple peripheral without using the DMA stuff?
Is it recommended in new designs to use UARTE over UART in new designs? I ask because much UART documentation and driver code seems to be in legacy status now.
Thanks for clarifying.