Forum Discussion
Altera_Forum
Honored Contributor
10 years agoNIOS UART and esp 8266
Hi all, I'm trying to make an interface between an FPGA and an esp8266 with the NIOS II UART Core, here you found my transmit and receive functions
void uart_send_data(unsigned char char1)...
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- The standard Altera UART core has no TX FIFO. --- Quote End --- Humm I see, so for the TX/RX FIFO what do I have to do ? keep the standard one, or should I have an UART with FIFO ? I do have another question about altera commands: what is the return type of an IORD_ALTERA_AVALON_.... command? Thank so mush for your help you're saving me :)