Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

Uart 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    thanks a lot !

    very fast to implement. I no longer have any problem.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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.