Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHardware Interrupt
Hello everyone, i have a simple question but i am a beginner and after searching the web for a day an reading nearly all nios documentations i decided to use a Forum. I hope someone can help me. ...
Altera_Forum
Honored Contributor
14 years agoTypically with keyboard interrupts you read some registers of the keyboard to figure out which key was pressed. If you are not doing that then you would need to add that to your ISR.
This might be easier if you wrote your code in C.... just saying :)