Re: Interrupt Question
From: arya (arya.junkmail_at_gmail.com)
Date: 02/25/05
- Next message: Loo Ding Hean: "Is Jungo WinDriver useful for PLX 9054 driver development ?"
- Previous message: arya: "Re: RS232 between PC and embedded MPU"
- In reply to: Adam Caruso: "Interrupt Question"
- Next in thread: s_subbarayan_at_rediffmail.com: "Re: Interrupt Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 24 Feb 2005 19:43:58 -0800
What processor do you use? Most motorola processors lock the low byte
of their counters in a buffer if you access teh high byte first. This
way, as long as you read the high byte first and then the low byte, you
are sure of getting the value of the counter when you initiated the
read.
Also there MPU/MCUs don't allow you to preempt and interrupt with
another unless you explicitly clear the interrupt mask. The interrupt
mask is set when you enter the interrupt.
-- Arya
- Next message: Loo Ding Hean: "Is Jungo WinDriver useful for PLX 9054 driver development ?"
- Previous message: arya: "Re: RS232 between PC and embedded MPU"
- In reply to: Adam Caruso: "Interrupt Question"
- Next in thread: s_subbarayan_at_rediffmail.com: "Re: Interrupt Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|