Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

UART serial problem

Altera_Forum
Honored Contributor II
956 Views

Hi, 

 

I'm trying to read pixel data from the serial port on the de2-70 board. This is done via the UART serial core and the Nios II processor. However it appears that this serial core has a buffer of only 63 characters. When I use really low serial speeds it can receive without a problem. But when I increase the speed, the buffer gets full before I can read the data. How can I fix this? Should I use interrupts to handle incoming data or is there a core available that has a larger buffer? Any help is welcome. 

 

Thanks
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
233 Views

you could give the FIFOed UART a try: 

 

http://alterawiki.com/wiki/fifoed_avalon_uart
0 Kudos
Reply