We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hi i want to know in which format keil produces hex file for ARM core...when i used hex2bin converter it shows an error invalid record type in HEX record 1.
You should use fromelf and go directly from ".axf" to ".bin". There is no need to generate a hex file to get a bin file.
c:\Keil\arm\bin\fromelf.exe --bin --output filename.bin filename.axf
thanx for the valuable replies...now things are working properly