Hi Team,
One of my application needs the UART driver in both Interrupt and DMA mode for more data bytes transfer. No need of timeout operation or polling mode.
Can any body have an idea on which is the best driver for my requirement. I have some doubts on UART Layers.
1. Need the driver which will not interrupt the BLE Events and SD operation.
2. What is the difference between UART and UARTE as part of initialization.
3. Difference between UART driver and Serial driver.
4. If we are going to use the interrupt mode , we will get interrupt for every byte transfer or receive. In DMA mode we will only get interrupt after transfer of bulk data. on this point please correct me if i am wrong.
Regards,
Srinivas.V