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

How to link the binary file into HEX?

Please help me!

I want to place the binary files into flash memory as constants.
How can I do it?

Thank you.

Parents
  • I beg your pardon!

    Now I've learned the several ways to solve this problem:

    1 - convert BIN file into *.c file and then compile it with project
    2 - convert BIN file into HEX file at the specify location and then split this HEX with program HEX.
    3 - The other way is LOAD Data HEX during Debug session into RAM use 'LOAD' keyword. Then I can program RAM contents into Flash.

    all correct?
    Do anobody know the other way to resolve this issue?

Reply
  • I beg your pardon!

    Now I've learned the several ways to solve this problem:

    1 - convert BIN file into *.c file and then compile it with project
    2 - convert BIN file into HEX file at the specify location and then split this HEX with program HEX.
    3 - The other way is LOAD Data HEX during Debug session into RAM use 'LOAD' keyword. Then I can program RAM contents into Flash.

    all correct?
    Do anobody know the other way to resolve this issue?

Children