Is there any body who knows how to load a binary file to particular external RAM address in uvision? The command "LOAD" do not indicate any load address.
"That's not supposed to be necessary, ever." I'm sure there are situations where you might want to load data into RAM; eg, to simulate shared memory, or if you're doing a datalogger and want to simulate a large amount of previously-aquired data. But, in answer to the original question, LOAD supports Intel Hex and Absolute Object files only - so you'd have to convert the BIN to one of those. eg, see http://www.keil.com/support/docs/2482.htm (it's for the 8051, but I'm sure you get the idea).