Figure 2, New project dialog box – Zilog ZUSBOPTS User Manual
Page 31

UM017105-0511
Developer’s Environment Tutorial
Zilog Developer Studio II – ZNEO™
User Manual
3
3. Use the
Look In
drop-down menu to navigate to the directory in which you’ll save
your project. For this tutorial, Zilog recommends you place your project in the follow-
ing directory:
<ZDS Installation Directory>
\samples\Tutorial
If Zilog Developer Studio was installed in the default directory, the actual filepath
would be:
C:\Program Files\Zilog\ZDSII_ZNEO_4.10.1\samples\Tutorial
4. In the
File Name:
field, enter
sample
as the name of your project.
The ZNEO developer’s environment creates a project file. By default, project files
have the
.zdsproj
extension (for example, <project name>
.zdsproj
). You do not
have to enter the extension
.zdsproj
in this field. It is added automatically.
5. Click
Select
to return to the
New Project
dialog box.
6. Because the
sample
project uses
.c
files, select
Standard
from
the
Project Type
drop-down menu.
7. In the
CPU Family
drop-down menu, select
Z16F_Series
.
8. In the
CPU
drop-down menu, select
Z16F2811AL
.
9. In the
Build Type
drop-down menu, select
Executable
to build an application (see
10. Click
Continue
. The
New Project Wizard
dialog box is displayed (see Figure 3). It
allows you to modify the initial values for some of the project settings during the proj-
ect creation process.
Figure 2. New Project Dialog Box