Forum Discussion
Altera_Forum
Honored Contributor
10 years agoUART using NIOS II
Hi again, I already posted a topic about nios ii altera ans esp8266, I fixed all my problems with the esp8266, now i still struggling with my uart C code, my transmit function works well, but wit...
Altera_Forum
Honored Contributor
10 years agoWhy don't you use IRQ for flagging reception ? I presume that the printf("%d \n %s",size,buffer) command is preventing the program to correctly receive incoming new data. Anyway, where is the infinite loop, supposed while(1), in your code ?