Reply by Randy Yates April 23, 20052005-04-23
"eeh" <eehobbyist@yahoo.com.hk> writes:

> Hi, > > I am going to run C54XX simulator in CCS 2. However, a dialog prompted > when I run the project, which is > > "Warning! No valid program is currently loaded into memory. Do you > still want to run?". > > Do I miss something to set in CCS?
Yes. To use the simulator, you must first write a 54x program (in C or assembly), compile/assemble it, and then link it. Then you will have a COFF file (.a file) that you can load into the simulator (see the File/Load COFF file menu). You should load a COFF file before attempting to run the simulator, otherwise you'll be executing whatever garbage happens to be in memory. -- % Randy Yates % "Maybe one day I'll feel her cold embrace, %% Fuquay-Varina, NC % and kiss her interface, %%% 919-577-9882 % til then, I'll leave her alone." %%%% <yates@ieee.org> % 'Yours Truly, 2095', *Time*, ELO http://home.earthlink.net/~yatescr
Reply by eeh April 23, 20052005-04-23
Hi,

I am going to run C54XX simulator in CCS 2. However, a dialog prompted
when I run the project, which is

"Warning! No valid program is currently loaded into memory. Do you
still want to run?". 

Do I miss something to set in CCS?

Thanks!