Sample Programs; General Introduction; Table 21: Example Directory Structure - NEC 78K0/Fx2 User Manual

Table of Contents

Advertisement

78K0/Fx2 – CAN it!

14. Sample programs

14.1 General Introduction

E
ach of the sample programs is located in a single directory, which will be called main-directory of the
sample. This main directory of each sample contains the complete project inclusive all output files of the
development tool. The workspace file "78K0_CANit.eww" is located on top of the sample program
directories. All sample programs use the same directory structure:
AD Converter Demonstration
Debug
inc
Release
settings
source
xcl
ADC_demo.dep
ADC_demo.ewd
ADC_demo.ewp
CAN Demonstration
Reaction Time Measurement
Timer Demonstration
UART Demonstration
78K0_CANit.eww

Table 21: Example directory structure

The main directory contains only the pro
All source files are located in the directory
/
xcl directory contains the linker control file of the 78K0/FF2 device. Each sample project uses two targets.
ne target is the "Debug" (directory /Debug) that holds all information for debugging purpose and the other
O
one the "Release" target (directory /Release) contains the programmable file, i.e. the Intel HEX file, for
programming the 78K0/FF2 internal FLASH memory.
All output files of the development tools for the corresponding target are generated in the directories /Debug
and /Release.
For details of using the IAR Embedded Workbench and the IAR C-SPY debugger please refer to the "78K
IAR Embedded Workbench IDE User Guide".
78K0/FF2 project and output files
debug output files for IAR C-SPY debugger
C header files
release output files, i.e. Intel HEX file
configuration files, IAR Embedded Workbench
C source files
Linker control file
dependency information file, IAR Embedded Workbench
project setting file, IAR C-SPY debugger
project file, IAR Embedded Workbench
78K0/FF2 project and output files
78K0/FF2 project and output files
78K0/FF2 project and output files
78K0/FF2 project and output files
workspace file, IAR Embedded Workbench 78K0/78K0S
ject files for the IAR Systems
/source and the /inc directory contains the header files. The
Embedded Workbench 78K0/78K0S.
77

Advertisement

Table of Contents
loading

Table of Contents