Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHi,
I use the uart provided by altera. The direction is from my pc sending bytes via serial port to the FPGA. The error rate is in the received bytes of the FPGA. Y just count when there is an error in the uart status register: if (status & (FIFOED_AVALON_UART_STATUS_PE_MSK | FIFOED_AVALON_UART_STATUS_FE_MSK)) { errors++; }