English
Language : 

M16C26A-TS Datasheet, PDF (5/17 Pages) Renesas Technology Corp – Sample Program (Terminal Software)
ç
M16C/26A Group
Sample Program (Terminal Software)
6. Definition of the RSK Functionality and the RSK_LIB APIs and Common Functions Used by
Terminal Software
6.1 Definition of the RSK Functionality
RSKdefine.h file
In this application, the following functionalities (those shown in red) are set.
/*********************************************************
The boot information on CPU is defined
Usually, this mode is used
*********************************************************/
#define _CPU_M16C26A_NORMAL_MOD
/* Use in low power mode can be performed. */
//#define _CPU_M16C26A_32KHZ_MOD
/* Use of access of a flash can be performed. */
//#define _CPU_M16C26A_DATAFLASF_USE
/********************************************************
The hardware function which RSK supports is chosen
/********************************************************/
//#define _USE_KEY
#define _USE_BUZZER
//#define _OPTION_USE_AD
#define _OPTION_USE_COM_RX
//#define _OPTION_USE_COM_TX
//#define _OPTION_USE_INFRAEDRX
//#define _OPTION_USE_INFRAEDTX
//#define _OPTION_USE_SW
//#define _OPTION_USE_LED
//#define _OPTION_USE_IO
There are no individual definitions of selected functionality.
REJ05B0809-0110 Rev.1.10
2007.12
Page 5 of 17