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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/16/01 15:09
Read: times


 
#11624 - RE: need help getting started
It appears that at 0000h you have no JMP instruction that causes the MCU to jump over your interrupt vectors and to the beginning of the program.

In your code, you have nothing at 0000h. Instead, the MCU will immediately execute your timer 0 interrupt at 000Bh even though a timer interrupt has not ocurred.

Insert an LJMP to the beginning of your code at ORG 0000h.

Craig steiner


List of 8 messages in thread
TopicAuthorDate
need help getting started            01/01/70 00:00      
RE: need help getting started            01/01/70 00:00      
RE: need help getting started            01/01/70 00:00      
RE: need help getting started            01/01/70 00:00      
RE: need help getting started            01/01/70 00:00      
RE: need help getting started            01/01/70 00:00      
RE: need help getting started            01/01/70 00:00      
RE: need help getting started            01/01/70 00:00      

Back to Subject List