To create a new target board project for a DSC derivative using the New Bareboard Project wizard:
The Create an MCU bareboard Project page of the New Bareboard Project wizard appears.
The Devices page appears.
The Connections page appears.
You can use the DSC Simulator Statistic view to get information on the number of instructions and cycles simulated, when you are debugging with DSC simulator target.
To display this view from the Debug perspective: Select Window > Show View > Other and navigate to Debug > DSC Simulator Statistic. Alternatively, you can type DSC Simulator Statistic in the Search textbox to filter the list. Select DSC Simulator Statistic, the DSC Simulator Statistic view appears.
The DSC Simulator statistic view displays the number of instructions executed by simulator and number of cycles those instructions take, use the Reset button zero out the current machine-cycle and machine-instruction readings.
Cycle counting is not accurate while single stepping through source code in the debugger. It is only accurate while running. Thus, the cycle counter is more of a profiling tool than an interactive tool.
The Languages and Build Tools page appears.
The Rapid Application Development page appears.
The wizard creates a new target board project for the DSC architecture according to your specifications. You can access the project from the CodeWarrior Projects view in the Workbench window.
The new project is ready for use. You can now customize it by adding your own source code files, changing debugger settings, or adding libraries.