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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/18/06 19:43
Read: times


 
Msg Score: +1
 +1 Informative
#107740 - A suggestion
Responding to: ???'s previous message
Although your program does not utilize interrupts, I strongly suggest that you avoid placing anything but Interrupt Service Routines in the interrupt vector area which begins at 0003h. I always define each vector for the MCU I'm using and place a RETI instruction at each unused interrupt. This way an interrupt triggered by whatever reason is handled and your program won't go wandering off into the enchanted forest.

Hal

List of 10 messages in thread
TopicAuthorDate
routine runs multiple times, why??            01/01/70 00:00      
   Main does not stop            01/01/70 00:00      
      how do I stop?            01/01/70 00:00      
         you cant            01/01/70 00:00      
            '51 CAN be stopped!            01/01/70 00:00      
   which assembler, it has a bug            01/01/70 00:00      
      assembler            01/01/70 00:00      
         no need to change, all have idiosynchazi            01/01/70 00:00      
   A suggestion            01/01/70 00:00      
      i prefer            01/01/70 00:00      

Back to Subject List