About testing the Real-Time -OS ?

Status
Not open for further replies.

ashkan_ed

Member level 1
Joined
Jan 2, 2008
Messages
33
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Activity points
1,466
Hi.
I want to ask that if i want to design or change a RTOS,, should i design and test in windows environment ?

where i should test the timing anomalies ?
how i test my RTOS ?


is it ambiguous grammar or ambiguous problem?

thanks for all.[/b]
 

G'day,


should i design and test in windows environment ?

You should be testing an RTOS on actual hardware, not in an emulated environemt.

where i should test the timing anomalies ?

You should be able to calculate the timing of the RTOS yourself from the code, infact you should be writing the code with things like max latency in mind. In a small RTOS this will mostly likely just be how long the scheduler can run for, but on a larger RTOS this could be a LOT of work

how i test my RTOS ?

How do you test anything ?
You determine what it should do and test if it always does it correctly.

is it ambiguous grammar or ambiguous problem?

The actual RTOS is not that difficult as it has(should have) well defined semantics. Applications on top of the RTOS, well that is a different story.

Darren J.
 

    ashkan_ed

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…