Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/27/02 20:15
Read: times


 
#22216 - RE: Problem with idle mode
Nitin,

Consider running at 3 volts, using a 1.842 MHz xtal.

After INIT, enter idle, when an interrupt occurs you "fall thru to a polling loop which interrogates state flags (set by the interrupt service routines) to determine what work is to be done, then re-enter idle.

Coding of the Interrupt Service routines requires some thought and should be short.

Don't forget use of a Timer interrupt allows the creation of very power efficient approaches to doing work while allowing the micro duty cycle to favor low power.

Also run the serial port with Transmit Interrupts.

regards,
p


List of 2 messages in thread
TopicAuthorDate
Problem with idle mode            01/01/70 00:00      
RE: Problem with idle mode            01/01/70 00:00      

Back to Subject List