This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: about interrupts nesting and vector number decoding


>>>>> "yyl" == yyl  <ylyuan@davform.com> writes:

yyl> Q2:i think the macro of hal_intc_decode
yyl> in the file variant.inc only = decodes the vector from SIU
yyl> level,i don't find the code decoding the vector using the
yyl> rigester CIVR of CPM?  Thanks!

Correct, only 1st level decoding is done in the assembly code. Further
decoding is done by an arbiter. See the var_intr.c file. 

There's been some discussion on the CPM interrupt handling the last
couple of weeks on the list - you may want to go back and read all
those.

Jesper


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]