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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/29/04 21:15
Read: times


 
Msg Score: +1
 +1 Good Answer/Helpful
#73400 - RE: Assemble coding style
Responding to: ???'s previous message
The specific example qouted was using the enhanced UART - hence the framing error detection.

Also the protocol had been designed to return only one byte of data, and used auto address mode, so the interrupt would only happen if there was data for that particular address - hence the chance of waiting in the interrupt forever was remote. I guess some kind of timer to avoid that would be good though.

The point is, it was designed to sit there and wait for the data. If there was more than one byte, then exiting the interrupt as soon as possible would be more sensible.

List of 7 messages in thread
TopicAuthorDate
Assemble coding style            01/01/70 00:00      
   RE: Assembler coding style            01/01/70 00:00      
   RE: Assemble coding style            01/01/70 00:00      
   RE: Assemble coding style            01/01/70 00:00      
   RE: Assemble coding style            01/01/70 00:00      
   RE: Assemble coding style            01/01/70 00:00      
      RE: Assemble coding style            01/01/70 00:00      

Back to Subject List