Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHi rugbybloke,
The file hal_intr.h, which contains all the protypes of interrupt handlers API, doesn't define the vector no.s for the interrupts. i have used TIMER_0_IRQ = 1 for the vector no. in cyg_interrupt_create for timer, but of no use. Can you tell the vector no.s corresponding to interrupts? If I want to test the clock interrupt, then I have to access the timer register. Then the code for timer register access can't be normally compiled under eCos? Thanks & regards, Sanjay