Otto wrote: > >> >> >It is possible to create bin file without ICCAVR ? >I'm using WinAVR and didn't see a solution on the mentioned >link! > > Sure, use avr-objcopy: it translates object files from one format to the other. Run "avr-objcopy --help" for all options. Bernard