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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/16/04 13:15
Read: times


 
#81276 - AT89C51ED2 Bootloader
i am trying to write my own bootloader in c (not with flip),i can write the code to the flash,but when i point to the place that the second code start at, the cpu ignore it and move on.
i think that my problem is the way i point at the second code.
i store my code at 0x2000 at the flash and call it by
(*(void (code *) (void)) 0x2000) ();

is my problem at this line ?


List of 6 messages in thread
TopicAuthorDate
AT89C51ED2 Bootloader            01/01/70 00:00      
   RE: AT89C51ED2 Bootloader            01/01/70 00:00      
      RE: AT89C51ED2 Bootloader            01/01/70 00:00      
   RE: AT89C51ED2 Bootloader            01/01/70 00:00      
   i meant thanks            01/01/70 00:00      
      Don\'t work?            01/01/70 00:00      

Back to Subject List