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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/05/00 20:45
Read: times


 
#4902 - RE: Interrupt causing a crash
Problem solved. What I have learned: My interrupt routines are all written in C, so the compiler pushes all the registers onto the stack no matter what. This seemed really stupid to me, so since I had nothing in my main file, I took the repetive code from the Timer interrupt and place it in line with a delay routine in the main file. Everybody following so far? Alas, the problem went away. However, I have found that I still need to re-write my external interrupt in assembly so that I can tweak the pushes and pops. Thankyou to all for your assistance.

List of 15 messages in thread
TopicAuthorDate
Interrupt causing a crash            01/01/70 00:00      
RE: Interrupt causing a crash            01/01/70 00:00      
RE: Interrupt causing a crash            01/01/70 00:00      
RE: Interrupt causing a crash            01/01/70 00:00      
RE: Interrupt causing a crash            01/01/70 00:00      
RE: Interrupt causing a crash            01/01/70 00:00      
RE: Interrupt causing a crash            01/01/70 00:00      
RE: Mapping the STACK.            01/01/70 00:00      
RE: Interrupt causing a crash            01/01/70 00:00      
RE: Interrupt causing a crash            01/01/70 00:00      
RE: Interrupt causing a crash            01/01/70 00:00      
RE: Interrupt causing a crash            01/01/70 00:00      
RE: Interrupt causing a crash            01/01/70 00:00      
RE: Interrupt causing a crash            01/01/70 00:00      
RE: Interrupt causing a crash            01/01/70 00:00      

Back to Subject List