Is it possible to load HEX code into the MCB251 eval board if I don't have the source code? All I've got is the HEX file. I can't find a way to make uVision2 do this...
Type the LOAD command in the command window of debugger, followed with the full name of the file (including path if it is not in the current directory) e.g. LOAD C:\test\test.hex
Thanks! It works! -- Alan