Forum Discussion
Altera_Forum
Honored Contributor
20 years agoUART with FIFO Buffer
Need to use UART with FIFO Buffer in SOPC Builder Nios II System:
1> The UART RS232 available in SOPC are without FIFO is it possible to add FIFO by modifying the same UART core 2> If not is there any other SOPC ready UART_FIFO core available as free IP 3> If not is it possible to get estimate of - LE utilization without Modem Control logic - Is it necessary to write device driver for the same - Apprx how much design time it will take to design HDL UART, device driver for a single person? Please advice asap. running short of time. Thanks in Advance27 Replies
- Altera_Forum
Honored Contributor
Hi,
does this IP still exist ? where can i find it ? thanks. - Altera_Forum
Honored Contributor
If you need an UART with buffers, you can try YANU Uart from opencores. Its interface is compliant to Altera Avalon Interfaces and, as I remember, is supported in U-Boot (if you need a bootloader, too).
- Altera_Forum
Honored Contributor
thanks ! I was searching the altera one for the sopc compatibility but yanu ip seems to have the same purpose. I will try it as soon as possible.
- Altera_Forum
Honored Contributor
I use this IP instead :
http://www.alterawiki.com/wiki/fifoed_avalon_uart it is based on altera_avalon_uart and is sopc ready. very fast to implement !! - Altera_Forum
Honored Contributor
Hi
I'm having issues with the fifoed avalon uart; I think it is a software issue but I am not sure. I previously posted here http://www.alteraforum.com/forum/sho...721#post181721 thanks. - Altera_Forum
Honored Contributor
Hey fates would you mind explaining how you got it to work?
I'm not having much luck with my own attempts.