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

"Embed" a file into my application

Hi

I have trying to see if I could find any linker switch or code macro, to "import" a file from my PC into my resulting HEX/BIN/AXF file when building my application.

Is this possible.?

Perfered would be to have a variable(a pointer) to point to the imported data after the build.

/Thomas

Parents
  • Mmhh.. ok

    If I use IAP, I then has to, under production, first load my application. Then the application must load the needed binary data from some source(seriel, USB etc) and use IAP to store it.

    I guess, it would be possible to first flash my program and then flash the binary data in a diffrent area of the MCU (or in a sperate sector)??

    /Thomas

Reply
  • Mmhh.. ok

    If I use IAP, I then has to, under production, first load my application. Then the application must load the needed binary data from some source(seriel, USB etc) and use IAP to store it.

    I guess, it would be possible to first flash my program and then flash the binary data in a diffrent area of the MCU (or in a sperate sector)??

    /Thomas

Children