We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
In EZUSB-FX2 manual it says Timer 0 interrupt is based at int. vector 0x000B with priority 2. From the cypress tutorial example fn.,
void timer0_ISR (void) interrupt 1 seems to be hit everytime when timer expires. How does this work? I thought you need to write a jmp instruction at 0x000B location and jmp to a ISR we define.
Can someone explain
thanks ravi
Would've been even quicker to have just gone straight to the Manual...
;-)