Generate a Motorola S-Record file

Thread Starter

davidemasi

Joined Nov 20, 2011
1
Hello,
I am working on an ARM Cortex M3, with IDE Keil uV4.
The Keil compiler generates only hex format file.
I would need to generate a Motorola S-Record file.

Is possible?
How can I do?

Thanks

Davide
 

ToBeFrank

Joined Nov 18, 2010
13
Keil includes fromelf.exe to convert the elf file to various formats. If you installed Keil in c:\keil, the path is c:\keil\ARM\BIN40\fromelf.exe. The --m32 option is for Motorola s19.
 
Top