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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/06/01 17:03
Read: times


 
#9036 - RE: serial downloading a program into a RAM
There is a description of the Intel hex file format in the tutorials on this site. I once did a similar project all by myself.
Checking Intel hex file integrity does not require a buffer, a running checksum and a location counter is enough, a state machine sort of approach will help you keep track of what the next byte will mean. Just to start you off, you will begin with state 0, which means "A : is expected".
About waiting for a space: An intel hex file already has a clear start condition, the ":"! It will not make uploading from your PC more userfriendly if you must first send a " " to the 8052 bord manually.

List of 7 messages in thread
TopicAuthorDate
serial downloading a program into a RAM            01/01/70 00:00      
RE: serial downloading a program into a RAM            01/01/70 00:00      
RE: File Formats            01/01/70 00:00      
RE: serial downloading a program            01/01/70 00:00      
RE: serial downloading a program into a RAM            01/01/70 00:00      
RE: serial downloading a program into a RAM            01/01/70 00:00      
serial downloading a program            01/01/70 00:00      

Back to Subject List