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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/07/04 18:31
Read: times


 
#80613 - RE: How to do software reset using KEIL
Responding to: ???'s previous message
Next function pointer expression,
((void (code *) (void)) 0x0000) ();
will call the address zero (if not banked).
But it's different from RESET, simply jump (call) to zero.
No hardware initialization will occur.

Some derivertive has a software reset flag that forces a system reset.

Tsuneo

List of 8 messages in thread
TopicAuthorDate
How to do software reset using KEIL            01/01/70 00:00      
   RE: How to do software reset using KEIL            01/01/70 00:00      
      RE: How to do software reset using KEIL            01/01/70 00:00      
         RE: How to do software reset using KEIL            01/01/70 00:00      
   RE: How to do software reset using KEIL            01/01/70 00:00      
      Jumping to 0H            01/01/70 00:00      
         RE: Jumping to 0H            01/01/70 00:00      
            RE: Jumping to 0H            01/01/70 00:00      

Back to Subject List