This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

axf to bin: getting a generic 10k file.

I put the following in Options->User->Run#1:

fromelf --bin --output ProjectFiles\MyFile.bin ProjectFiles\MyFile.AXF

This is pretty much what I've always used to make a *.bin from an *.axf.
There are no errors (verified that error was returned with incorrect path to MyFile.axf) and a file MyFile.bin was created, but it was only 10k and unrelated to the contents of my program.

Is it because I am currently using a code-size limited version?
I am using uVision 4, though I downloaded 5 and the same thing happened.

Dustin Soodak