This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM S3C2440 interrupt problem

Dear all

i am having a ARM S3C2440 interrupt problem

I readed keil help file, and S3C2410 interrupt example.

When interrupt occurs, program counter jump to Exception Vector, IRQ handler locates at 0x00000018

then somehow (by interrupt table or ISR) it jumps to a address which is related to the interrupt source.

I created a new project and choose S3C2440 as device, a S3C2440A.S is automatically built in.

But in this S3C2440A.S, I cant find any interrupt table or ISR. I can only find a IRQ handler in exception table. Did I miss something ?

how should I make this S3C2440A.S work with interrupt ability ?

Thank you so much.

0