Forum Discussion
Altera_Forum
Honored Contributor
15 years agoInterrupt Nios II RS232 / Usart
Hello! I am trying to use the rs232 interrupt. sending and receiving data works fine, but when i try to use the interrupt to receive data I get some problems. this is the rs232 block in my...
Altera_Forum
Honored Contributor
15 years agoI am not really sure about your code.
I would guess message[] is a receive buffer but ... Are you using a mix of standard lib and your own code on the same RS232? I strictly separated then and have no trouble.