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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/07/03 13:31
Read: times


 
#60091 - RE: How does a programmer write into a 8051
Responding to: ???'s previous message
vajjala keshava suman said:

You guys haven't answered me the question as to how the data enters the rom of the 8051

Strictly, via electrons...:)

Well Suman,
as already discussed, the program you typed gets converted into the HEX file format (a type of EXE file for microcontrollers). This conversion is done by your Assembler (Linker in case of multiple files). Then, there is a Parallel IC Programmer (compatible to your IC, and available commercially in the market). It will pick each byte of the HEX file (you wish to burn) and passes it on to the chip (which would be in the Programming Mode at that time). It continuous that process until the entire program is burned intothe ROM. Then it finishes the PROGRAMMING part and exits the algorithm.
Mostly a Parallel cable will be connected between your PC and the Programmer. The programmer has a 40(or required)-pin Flexible IC Base where your IC sits and is internally connected by copper (wires etc etc etc)..

Got it? Still got a doubt???

-Harsha.

List of 17 messages in thread
TopicAuthorDate
How does a programmer write into a 8051            01/01/70 00:00      
   -100 pts            01/01/70 00:00      
   RE: How does a programmer write into a 8051            01/01/70 00:00      
   RE: How does a programmer write into a 8051            01/01/70 00:00      
   Intel Hex format            01/01/70 00:00      
   RE: How does a programmer write into a 8051            01/01/70 00:00      
      RE: How does a programmer write into a 8051            01/01/70 00:00      
      RE: How does a programmer write into a 8051            01/01/70 00:00      
         RE: How does a programmer write into a 8051            01/01/70 00:00      
            RE: How does a programmer write into a 8051            01/01/70 00:00      
      RE: How does a programmer write into a 8051            01/01/70 00:00      
      RE: How does a programmer write into a 8051            01/01/70 00:00      
         RE: How does a programmer write into a 8051            01/01/70 00:00      
            RE: How does a programmer write into a 8051            01/01/70 00:00      
               RE: How does a programmer write into a 8051            01/01/70 00:00      
   RE: Is it possible....?            01/01/70 00:00      
      RE: Is it possible....?            01/01/70 00:00      

Back to Subject List