Hi,
I am developing the device drivers for Mamba(5674F). I am using Code warrior 2.10(CW55xx_v2_10_EVAL) version for my codebuild. The Codewarrior generates two files: 1. Executable file(*.elf) and the other is symbols file(*.mot).
I would like to flash the files using Lauterbach T32 software. But T32 is looking for *.elf and *.s19 file.
1.Can any body help me in showing me how to convert *.mot to *.s19 file
2.or Can I flash *.elf and *.mot using the Lauter Bach T32 software
Rizwan
You posted this question twice. Can you please delete the second copy?
Read the following:
http://en.wikipedia.org/wiki/SREC_%28file_format%29
"The Motorola S-record format is an ASCII hexadecimal ("hex") text encoding for binary data. It is also known as the SREC[1] or S19[2] format."
So I suspect the ".mot" file is the file you want. Just try changing its name.
Tom