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

Back to Subject List

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


 
#34489 - RE: A strange runtime problem
Well, if it works in the simulator but not the real hardware, then that's usually down to one of two causes:

1. The hardware is faulty;

2. You haven't fully simulated the hardware, or fully tested all possible scenarios, and there is some special case of real hardware events, timing, etc, which crashes your code.
An unexpected interrupt would be a good example.

Are you sure that you have handlers in for all interrupts - including the ones you're not actually using?

As you're using a Lite version of the simlator, are you sure that you're operating within all its stated restrictions?

List of 9 messages in thread
TopicAuthorDate
A strange runtime problem            01/01/70 00:00      
RE: A strange runtime problem            01/01/70 00:00      
RE: A strange runtime problem            01/01/70 00:00      
RE: A strange runtime problem            01/01/70 00:00      
RE: A strange runtime problem            01/01/70 00:00      
RE: Code size - Jez            01/01/70 00:00      
RE: Code size - Jez            01/01/70 00:00      
RE: A strange runtime problem            01/01/70 00:00      
RE: Code size - Jez            01/01/70 00:00      

Back to Subject List