In eclipse and CodeWarrior for MCU10 the usual thing I do is:
- I have a project in my eclipse workspace
- I compile and build it
- I download and flash it to the target for debugging
If I need to program another board with the same binary, then I download it to that board too. Fine. But what if I want to skip point 1 and 2? What if I do not have or want a project? All what I have (and need) is a binary file, and I want is to flash that file to my boar. By pressing a button.

