Forum Discussion
Altera_Forum
Honored Contributor
15 years agoUart with embedded FIFO
Hi,
I currently use the RS232 UART IP but I have some problems with RX interruptions which overlap with other IP interruptions. So, I would like to use an UART with a FIFO to reduce the number of interruption. The file "ACF2002.zip" is an altera ip according to this (old) thread : http://www.alteraforum.com/forum/showthread.php?t=15366 where can i find it ? Thanks.4 Replies
- Altera_Forum
Honored Contributor
Not sure the answer but here is an alternative that lots of people use: http://www.alterawiki.com/wiki/fifoed_avalon_uart
- Altera_Forum
Honored Contributor
thanks a lot !
very fast to implement. I no longer have any problem. - Altera_Forum
Honored Contributor
Hey I've been looking through these forums and I see many have used the fifoed avalon uart to solve buffering problems.
I have implemented it into my system (uClinux OS, custom board, cyclone III) but I'm not getting any response from the uart. Generated fine in SOPC; Compiled in Quartus I'm using the fifoed uart to replace the regular altera uart; which works fine until the baudrate is too high for the system to keep up consistently. My current understanding from I've read is that it should work without any software changes but for its not working at the moment. I have messed around in an attempt to get this working so I have a few questions from it. How important is the modification from the .pm file? In the .ptf file the fifoed avalon uart comes up as a no legacy module is this correct? Any help would be most appreciated. - 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/showthread.php?t=29336&p=181721#post181721 thanks.