Forum Discussion
Altera_Forum
Honored Contributor
9 years agoUART in nios II
Hello We need to use UART com on our NIOS poject We are using cycloneV what should be the best qsys architecture in order , so to free the cpu so it can perform other task while the sy...
Altera_Forum
Honored Contributor
9 years agoHi Cris
Thanks for youtr reply you mean by "Altera standard UART core with a DMA controller" the Altera 16550 UART? If yes, I understand from the spec that only an HPS processor can interface with Altera 16550 UART DMA side The following is from the Altera 16550 UART spec "DMA Support The DMA interface (DMA_EXTRA) is disabled by default. It must be enabled in the IP to have the additional DMA_Handshaking_tx and DMA_Handshaking_rx interfaces. dma support is only availablewhen used with the hps dma controller. The HPS DMA controller has the required handshake signals to control DMA data transfers with the IP through the DMA_Handshaking_tx and DMA_Handshaking_rx interfaces. The DMA handshaking interfaces are connected to the HPS through the f2h DMA request lines." But our cyclone V does not support HPS unit . so the only way is to use a rx fifo . right ? Shalom