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

Parents
  • >>The "Run User Programs AFTER Build/Rebuild" right?
    correct. definitely after.

    I tried out the example for placing a marker at the end of bin file.
    Only problem: when I did it, there was a few hundred bytes between the end of code and the end of file marker (ucCRC[16]).

    Could you point me to AXF documentation and/or ->bin translator program?

Reply
  • >>The "Run User Programs AFTER Build/Rebuild" right?
    correct. definitely after.

    I tried out the example for placing a marker at the end of bin file.
    Only problem: when I did it, there was a few hundred bytes between the end of code and the end of file marker (ucCRC[16]).

    Could you point me to AXF documentation and/or ->bin translator program?

Children