We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
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.