Hi,
I want to send and receive data from UART in 115200 baudrate with no parity and 1 stop bit on 6678 EVM with a rate of 50Hz. Also I want to receive interrupt when data is sent and received. I configured the interrupt controller and transmitted 100 byte from EVM to PC and observed data on a serial communication program (CommOperator) but when I continuously sent data from PC to EVM (using CommOperator) while transmitting data, I observed that interrupt mechansim collapsed. To solve this problem I sent data from UART using EDMA3. I need to trig EDMA3 in 50Hz frequency to send data while receiving data also in 50Hz.
I am sending my code in the attachment. In the code EDMA3 is triggered by resetting UART so I can not get receive interrupt while transmtting data with EDMA3. When UART is always enabled the code sends and receives data properly but it sends the redundant data in the buffer all the time but I want to send data when I triggered EDMA3. If you advice me if there is any other way to trig EDMA3 and on what to do to solve this problem I will be glad.
Regards,
Cigdem