Forum Discussion
Altera_Forum
Honored Contributor
13 years agounable to read data on Interrupt
I have ALtera DE2_115 Board having Cyclone IV E, I am getting 8 bit data on 8-bit bus @ 125 kbps along with Clock. now i treat this clock (125kbps) as a interrupt and read 8-bit bus data o...
Altera_Forum
Honored Contributor
13 years ago125kbps means irq handler needs to be called within a 8us period. Any delay would lead to missing data.
So, I guess this isr freuqency is too fast for your Nios system. What's the system clock frequency? Do you use an OS or do you have any other isr? Does you code runs on onchip memory or dram? Does your Nios have code cache?