Hello! Is there a program that can download file to Flash as binary? For example Memtool can download only HEX which generated by compiler. Or it isn't right?
Why not just convert the binary to Hex? The utilities to do that are on this very site!
For more complex file manipulation than you can manage with hex2bin and bin2hex, you might want to take a look at a tool called "srecord". http://srecord.sourceforge.net
"a tool called 'srecord'" Don't worry that it's called "srecord" - it includes Intel Hex & many others in addition to Motorola S-Records!
I want to use on-chip flash for storage PLD configuration file, and will be better to use external program to download the binary file to concrete sector of flash
"I want to use on-chip flash for storage PLD configuration file" Surely the PLD tools must have the option to generate a HEX file?! Even if they don't, just convert the binary file to HEX - after all, that's precisely how uVision does it!