Forum Discussion
Altera_Forum
Honored Contributor
13 years agoUART on DE2
Hi, I'm using DE2 (old kit) and my application has a UART to exchange data with PC. I'm using the kit's RS232 connection (not the JTAG). I created the system (including the UART at 9600bps) in Qsys a...
Altera_Forum
Honored Contributor
13 years agoHi, look at how to write an interrupt in NIOS II (Altera Nios II software design handbook).
If you employ interrupt, you will forget the file pointer and functions like fwrite(), getc() and need to employ lower layer functions like iord() For my project, I have tried interrupts to recieve data but it missed a few.