Introduction - If you have any usage issues, please Google them yourself
/* THIS SAMPLE CODE IS PROVIDED AS IS AND IS SUBJECT TO ALTERATIONS. FUJITSU*/
/* MICROELECTRONICS ACCEPTS NO RESPONSIBILITY OR LIABILITY FOR ANY ERRORS OR*/
/* ELIGIBILITY FOR ANY PURPOSES. */
/* (C) Fujitsu Microelectronics (Shanghai) Co., LTD. */
/* Date:20080320 Version:1V0 Author:Lori */
/*---------------------------------------------------------------------------
NAME: MAIN.C
FUNCTION: Change the system clock and lighten three LED
LED flicker frequency different in different clock
******************************************************************************/
#include "mb95200.h"
#define MAIN 0x00
#define SUB 0x01
#define MAIN_CR 0x02
#define SUB_CR 0x03
unsigned char switchclock = MAIN //select the start clock
unsigned char toggle_status //LED change bit
unsigned char i
/******************************************************************************
NAME: MCU initializat