Need a tad bit of help

Kye

Joined
Oct 7, 2004
Messages
323
Reaction score
0
Please only do this if you have the time, and are feeling kind.

I cant find anyway a diagram or flowchart explaining a Priority Interrupt Controller operation and Polling for Priority technique.

I can just about invision a flowchart for polling for priority but its still very difficult, if anyone finds somthing please tell me, or just as good...give me a good metaphor for the PIC :D

Kye
 
Joined
Feb 6, 2003
Messages
5,788
Reaction score
4
Kye said:
Please only do this if you have the time, and are feeling kind.

I cant find anyway a diagram or flowchart explaining a Priority Interrupt Controller operation and Polling for Priority technique.

I can just about invision a flowchart for polling for priority but its still very difficult, if anyone finds somthing please tell me, or just as good...give me a good metaphor for the PIC :D

Kye


do your own dirty work u lazy git!:)

nah just kidding matey:) is this some sort of work? sounds v difficult

so many people viewed this thread and none has written nething, so i thought id start off the procedings even if i dont have a clue abt what you r talking about!

good luck
 

Kye

Joined
Oct 7, 2004
Messages
323
Reaction score
0
Ok, this is going too hurt my head...

Priority interupt Controller ( PIC ) is a hardware orientated technique that takes certain IRQ's being used by a hardware component, and makes sure the ones needed the most at that time is being used, rather then one that is not accually nessesary at that moment.

Polling for priority is an older technique that is slower...since, the CPU stops every now and then, asks all the IRQ's if they wanna have a bit of the CPU, then carries on. PIC is constant, while Polling takes longer to check with one component at a time.

A good analogy ( cough ) is this...A lecturer with lots of students. polling for priority, the lecturer stops every 15 minutes, then asks all the students, one by one, if they have a question.
PIC, the teacher stops, asks everyone if theres any questions after 15 minutes. Alot more quicker.

I have too draw a diagram or flowchart explaining this, but...after explaining it here, i can copy the PIC from a well known diagram explaining it, and flowcharting the PfP should be simple enough....

i feel embaressed now asking that before, answering and doing my own dirty work ^_^
 
Joined
Jun 9, 2005
Messages
1
Reaction score
0
me too

We seem to be doing the same course ....guess what i'm stuck on too !!!
If you could supply me with any help on these diagrams/flowcharts I would be eternally grateful .
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top