Sample Programs; General Introduction; Table 21: Example Directory Structure - NEC 78K0R - Cool it! User Manual

Demonstration kit for the 78k0r 16-bit microcontroller family
Hide thumbs Also See for 78K0R - Cool it!:
Table of Contents

Advertisement

78K0R - Cool it!

11. Sample programs

11.1 General Introduction

Each 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 "78K0R_Coolit.eww" is located on top of the sample program
directories. All sample programs use the same directory structure:
ADC_Demonstration
Debug
inc
Release
settings
source
xcl
ADC_demo.dep
ADC_demo.ewd
ADC_demo.ewp
DMA_Demonstration
PWM_Demonstration
RTC_Demonstration
UART_Demonstration
78K0R_Coolit.eww

Table 21: Example directory structure

The main directory contains only the project files for the IAR Systems Embedded Workbench
78K0/78K0S/78K0R. All source files are located in the directory /source and the /inc directory contains
the header files. The /xcl directory contains the linker control file of the 78K0R/KG3 device. Each sample
project uses two targets. One target is the "Debug" (directory /Debug) that holds all information for
debugging purpose and the other one the "Release" target (directory /Release) contains the programmable
file, i.e. the Intel HEX file, for programming the 78K0R/KG3 internal FLASH memory via PG-FP4.
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".
78K0R/KG3 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
78K0R/KG3 project and output files
78K0R/KG3 project and output files
78K0R/KG3 project and output files
78K0R/KG3 project and output files
workspace file, IAR Embedded Workbench 78K0/78K0S/78K0R
User's Manual U18426EE1V0UM00
44

Advertisement

Table of Contents
loading

Table of Contents