Forum Discussion
Altera_Forum
Honored Contributor
19 years agoyou are tryin to implement ISRs in a user-land application, and as far as I know, I don't think you can do this. All interrupts must be built into the kernel as a driver, correct? you need to write an actual driver, not a user application.