I could of course start a new project, and set Multilink as one of the
targets when it's created. I'd rather not do that though, since I'm
worried there might be a conflict with some of the code the wizard
creates.
Mike
Now copy this ini file to your existing project, create a new build
target with "Project->Create Target" (while the Targets tab is selected
in the project window) and now, the thing you explicitely asked for,
insert the name of the new ini file in the "Build Extras" preference
panel of the new build target in the "Arguments" field instead of the
previous one.
Old command line:
%targetFilePath -Prod=%projectFileDir\Simulator.ini -instance=sim
New command line:
%targetFilePath -Prod=%projectFileDir\P&E_ICD.ini -instance=icd12
Note: the -instance part is optional, it is only used to decide if an
existing instance should be reused. When you change it, a different
hiwave debugger will be started for the different build targets.
Note2: The actual target connection to be used is stored in the *.ini
file. You can also change it with the HIWAVE "Component->Set Target" (or
with newer versions, "Component->Set Connection") menu.
Daniel