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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/08/01 14:21
Read: times


 
#17419 - RE: ((void (code *) (void)) 0x0000) () !!!
Maziar,
Instead of trying to find ways to manhandle Keil, why do you not just do this:
1)
make a file reset.a51 with
ResetMyProcessor:
ljmp 0
end
2) assemble and link that file with your project
3)
wherever you want to reset just do:
ResetMyProcessor();

Erik



List of 8 messages in thread
TopicAuthorDate
((void (code *) (void)) 0x0000) () !!!            01/01/70 00:00      
RE: ((void (code *) (void)) 0x0000) () !!!            01/01/70 00:00      
RE: ((void (code *) (void)) 0x0000) () !!!            01/01/70 00:00      
RE: ((void (code *) (void)) 0x0000) () !!!            01/01/70 00:00      
peter !!!            01/01/70 00:00      
RE: ((void (code *) (void)) 0x0000) () !!!            01/01/70 00:00      
RE: ((void (code *) (void)) 0x0000) () !            01/01/70 00:00      
RE: ((void (code *) (void)) 0x0000) () !            01/01/70 00:00      

Back to Subject List