Hi,
i have tested out the UART on the S7G2 at various baud rates.
My plan was to add DTC receive to the UART configuration however in another post https://renesasrulz.com/synergy/f/synergy---forum/6908/is-there-any-working-sample-for-uart-driver-with-dtc-transfer-on-s7g2
said:
"UART driver uses DTC modules internally to buffer incoming characters so that you can retrieve them using p_api->read function. However, in order to determine whether there are any characters to read, a DTC callback is executed."
when i look at the configuration the says: Add DTC Driver for reception (Not recommended): and i am wondering why. I have read seperately the UART configuration guide and the DTC/DMA guide and so was looking for an example or an explanation on the above.
I plan on using DTC for USB and SPI so i wanted to implement it here to understand it.
Thanks