English
Language : 

TL32 Datasheet, PDF (7/31 Pages) List of Unclassifed Manufacturers – Real Time System Testing MIT 16.070 Lecture 32
Some Exception Handling Methods
Q: What if a critical task should hang during execution?
– For example, a task is waiting on data from a sensor, but the sensor
loses its data link to the processor before it can provide the data)?
task
while (1)
loop
data = get_data();
Retrieves data from sensor
and returns
hperry
5/4/01