Altera_Forum
Honored Contributor
9 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)...