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
  • It sounds correct. The one to use depends on what, how and when you need to update those constants.

    I think more alternatives could be found, but it depends on what approach you are willing to use, I'm referring to compile-time or rum-time update of your Flash constants.

    Options number 1, 2 and 3 are all compile-time ways to do it.

    If you are looking for a compile-time solution, and options number 1, 2 and 3 cannot be used, you may be trying to solve a political problem :-)

Reply
  • It sounds correct. The one to use depends on what, how and when you need to update those constants.

    I think more alternatives could be found, but it depends on what approach you are willing to use, I'm referring to compile-time or rum-time update of your Flash constants.

    Options number 1, 2 and 3 are all compile-time ways to do it.

    If you are looking for a compile-time solution, and options number 1, 2 and 3 cannot be used, you may be trying to solve a political problem :-)

Children