Forum Discussion
Altera_Forum
Honored Contributor
19 years agoI think the ecos uart driver handles the actual buffer management in a DSR, this will be too slow for 115200. It would work if the altera uart had a 16 byte fifo or something. I had to use my own uart driver with ecos. The rx register is immediately read in the ISR.
Can anyone offer a free uart with fifo, possibly an SOPC-Builder version of the Opencores uart?