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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/30/02 12:10
Read: times


 
#31682 - RE: My "RTOS"
My RTOS looks as follows:

workloop:
execute one loop of task 1
execute one loop of task 2
...
goto workloop.

The ISRs do the minimum, mark a bit and then set the timer 2 interrupt flag (timer 2 otherwise unused)

The timer 2 ISR, set to lowest priority, handles "priority processing not done in the short ISR"

This gives 3 priority groups
Highest ISR
Middle T2
Lowest Main

Erik

Erik


List of 14 messages in thread
TopicAuthorDate
Real Time OS based on 8032 architecture            01/01/70 00:00      
RE: Real Time OS based on 8032 architect            01/01/70 00:00      
RE: Real Time OS based on 8032 architecture            01/01/70 00:00      
RE: Real Time OS based on 8032 architecture            01/01/70 00:00      
RE: Real Time OS based on 8032 architecture            01/01/70 00:00      
RE: Real Time OS based on 8032 architecture            01/01/70 00:00      
RE: Real Time OS based on 8032 architecture            01/01/70 00:00      
RE: Real Time OS based on 8032 architecture            01/01/70 00:00      
RE: Real Time OS based on 8032 architecture            01/01/70 00:00      
RE: Real Time OS based on 8032 architecture            01/01/70 00:00      
RE: Real Time OS based on 8032 architecture            01/01/70 00:00      
RE: Real Time OS based on 8032 architecture            01/01/70 00:00      
RE: Real Time OS based on 8032 architecture            01/01/70 00:00      
RE: My "RTOS"            01/01/70 00:00      

Back to Subject List