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

download only one part of my code

Hi,

working with the mdk uvision, I'm searching for an option to download only a part of my whole program code. For example, I don't want to store big images each time, when I update the program code - only when I update one of these images.

The whole code is located in an external nor flash device. Maybe it's important: I do not work with any kind of operating system.

best regards
Tim

Parents
  • so you are saying that the images are linked with your program? if so, you can make a separate program that stores then in internal flash in a well-known location. the main program will reserve these locations in the scatter file so that it does not damage the images.

Reply
  • so you are saying that the images are linked with your program? if so, you can make a separate program that stores then in internal flash in a well-known location. the main program will reserve these locations in the scatter file so that it does not damage the images.

Children
No data