| | | RE: EEPROM Interrupt Hello there,
What do you mean by interrupt level?
All interrupts are by default level 0 (lowest), but can be promoted to level 1, 2, 3 (highest) through the use of the Interrupt Priority registers.
Once you have your Data EEPROM interrupts enabled (EA = EIEE = 1) the EEIF flag will need to be reset by software in the interrupt service routine.
You may find that Data writes would be worthy of interrupts but Data reads may be better serviced by polling. If you do both by interrupt then you will need to determine if a ... more (see whole posting) |
|
27-2-2006 18:20 Views: 1547 |
Support |