Technical information

CSI to SPI Peripheral Communication in V850ES Microcontrollers
}
if ( (dig[0] != 0) || (dig[1] != 0) ) {
led_dig_left(dig[1]);
} else {
led_out_left(LED_PAT_BLANK);
}
}
led_dig_right(dig[2]);
led_dp_right(1);
Temp_Delay_500ms();
led_dig_left(dig[2]);
led_dp_left(1);
led_dig_right(dig[3]);
Temp_Delay_500ms();
led_dig_left(dig[3]);
led_dig_right(dig[4]);
Temp_Delay_500ms();
led_dig_left(LED_PAT_BLANK);
led_dig_right(LED_PAT_BLANK);
}
4.1.4 Inttab.s
--/*
--
*****************************************************************************
--**
--** This device driver was created by Applilet for the V850ES/KJ1+,
V850ES/KG1+,
--** V850ES/KF1+, V850ES/KE1+ 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 : inttab.s
--** Abstract : This file implements interrupt vector table
--** APIlib: V850ESKX1H.lib V1.33 [24 Sep 2004]
--**
--
*****************************************************************************
--*/
--INT vector
52