Technical information

CSI to SPI Peripheral Communication in V850ES Microcontrollers
--**
--** Filename : system.inc
--** Abstract : This file implements a device driver for the SYSTEM module
--** APIlib: V850ESKX1H.lib V1.33 [24 Sep 2004]
--**
-- Device: uPD70F3318Y
--
-- Compiler: NEC/CA850
--
--
*****************************************************************************
--*/
.set CG_Mainosc, 0x5
.set CG_SECURITY0, 0xff
.set CG_SECURITY1, 0xff
.set CG_SECURITY2, 0xff
.set CG_SECURITY3, 0xff
.set CG_SECURITY4, 0xff
.set CG_SECURITY5, 0xff
.set CG_SECURITY6, 0xff
.set CG_SECURITY7, 0xff
.set CG_SECURITY8, 0xff
.set CG_SECURITY9, 0xff
4.2.4 System.s
--/*
--
*****************************************************************************
--
-- This device driver was created by Applilet for the V850ES/KF1+,
V850ES/KG1+,
-- V850ES/KJ1+ 32-Bit Single-Chip Microcontrollers
--
-- Copyright(C) NEC Electronics Corporation 2002-2004
-- All rights reserved by NEC Electronics Corporation
--
-- This program should be used on your own responsibility.
-- NEC Electronics Corporation assumes no responsibility for any losses
incurred
-- by customers or third parties arising from the use of this file.
--
-- Filename : system.s
-- Abstract : This file implements a device driver for the SYSTEM module
-- APIlib: V850ESKX1H.lib V1.33 [24 Sep 2004]
--
--
-- Compiler: NEC/CA850
--
--
*****************************************************************************
--*/
.include "system.inc"
.section "OPTION_BYTES", text
84