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

split the embedded image into two parts using arm compiler

I am working on image splitting. I want to divide my main embedded image into two-part(core image and application image).

how can we split embedded images into two-part? after the split, it should work on the device. 

anyone can suggest documentation or tutorial to learn.

Parents
  • Thanks for the reply..!!

    for example. 

    I developed test1.c and test2.c process.

    so test1.c is already in flash and it is working.

    now I want to download test2.c in flash. it is will download in flash and should work without any interruption with the test1.c process.

    I will compile both *.c file stand alone for the specific addresses of memory. 

    both will download in the system, it will work standalone.

    I hope you will understand my requirement.

    please give me any suggestion for it. I am open to more discussion on it.

     

Reply
  • Thanks for the reply..!!

    for example. 

    I developed test1.c and test2.c process.

    so test1.c is already in flash and it is working.

    now I want to download test2.c in flash. it is will download in flash and should work without any interruption with the test1.c process.

    I will compile both *.c file stand alone for the specific addresses of memory. 

    both will download in the system, it will work standalone.

    I hope you will understand my requirement.

    please give me any suggestion for it. I am open to more discussion on it.

     

Children