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
a full download to most chips takes a few seconds, and the possibilities of screw-ups with partial downloads is large.
Yes, it is, indeed, possible to do a partial download if your loader does not do a full erase but I would, instead, load the 'image' through e.g. the UART
Erik