T O P I C R E V I E W |
jmoliere |
Posted - 11/16/2006 : 12:02:27 Hello, When I tried to load my 'Motorola S-record format' file, I expected to see the code to be properly placed at the ORG address that I set in my assembly code. The problem is, the code is being stored at location 0 with no S record translation.
What can I do to resolve this? Espectially the S record translation -- I really need this to put the binary code into the locations defined in the S-record.
Thanks! James Moliere
James Moliere |
2 L A T E S T R E P L I E S (Newest First) |
jmoliere |
Posted - 11/17/2006 : 09:07:58 ZLM, I found the file MOT2BIN.zip at the URL http://www.mcumall.com/comersus/store/mcumall_download.asp
Thanks!
quote: Originally posted by ZLM
How do you know your .S file has a correct starting address?
You may try use other software to open the file and see if the starting address is correct. You can download any of the programmer file from the download page.
Also, you may want to convert the S file to bin file first before load it into the buffer.
James Moliere |
ZLM |
Posted - 11/17/2006 : 03:22:41 How do you know your .S file has a correct starting address?
You may try use other software to open the file and see if the starting address is correct. You can download any of the programmer file from the download page.
Also, you may want to convert the S file to bin file first before load it into the buffer. |