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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/12/01 18:45
Read: times


 
#9248 - RE: UART transmission error
Erik Malund wrote:
-------------------------------
One thing mentioned by others that I feel they did not stress enough is keep interrupt routines short and sweet or you WILL get in trouble.

- - - - - - - - - - - - - - - -
Absolutely. High level IO interrupt drivers should be simple grab and stash routines; grab the portion of timely data available, and stash in into a circular buffer then flag foreground or the tasker to take a look at the buffer from a lower priority level and exit.

aka j

List of 10 messages in thread
TopicAuthorDate
UART transmission error            01/01/70 00:00      
My codings            01/01/70 00:00      
My codings            01/01/70 00:00      
RE: UART transmission error            01/01/70 00:00      
RE: UART transmission error            01/01/70 00:00      
RE: UART transmission error            01/01/70 00:00      
RE: UART transmission error            01/01/70 00:00      
RE: UART transmission error            01/01/70 00:00      
RE: UART transmission error            01/01/70 00:00      
RE: UART transmission error            01/01/70 00:00      

Back to Subject List