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

Back to Subject List

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


 
#85767 - Be specific!
Responding to: ???'s previous message
1. You should state as much information here as possible for people here to help you. Don't expect them to guess what you intended to do.
2. If you are talking about http://www.embeddedlogic.com/embarchiv.../boot3.asm , there is enough guidance within this file:
- you should have a program memory starting from 0 prgrammed by boot3.hex, either internal or external (and EA set accordingly);
- you should have 12MHz xtal
- you should set 2400 Baud (8 data bit, no parity, 1 stop bit) and no handshake!
- upon reset, the terminal should receive the following message:
Steve's 8051 bootloader - 18 April 1995
Download Intel hex files to address 8000h

In the following, it is assumed that you send an intelhex file, which is loaded into RAM at position 8000h; if end-of-file character is sent (1ah), it jumps into 8000h.

That's all.

Have fun!

Jan Waclawek

List of 16 messages in thread
TopicAuthorDate
how to Boot 8052?            01/01/70 00:00      
   Be specific!            01/01/70 00:00      
      Program RAM            01/01/70 00:00      
      Thanks for reminding!            01/01/70 00:00      
         Mods            01/01/70 00:00      
         Read the tutorial            01/01/70 00:00      
            Thanks            01/01/70 00:00      
               Study the code...            01/01/70 00:00      
         test            01/01/70 00:00      
            After Boot Loader......            01/01/70 00:00      
               blink.ask            01/01/70 00:00      
                  Attached Blink.asm            01/01/70 00:00      
                     Is the RAM mapped for CODE memory?            01/01/70 00:00      
                        Great! PROBLEM SOLVED!            01/01/70 00:00      
   Didn't search first?            01/01/70 00:00      
   answer to dual thread question            01/01/70 00:00      

Back to Subject List