#if 0 //bank0 modified to RO_START
MMU_Init(); //MMU should be reconfigured or turned off for the debugger,
//After downloading, MMU should be turned off for the MMU based program,such as WinCE.
#else
MMU_EnableICache();
#endif
SetClockDivider(1, 1);
SetSysFclk(DFT_FCLK_VAL);
Delay( 0 ) ;
Port_Init();
Isr_Init();
Uart_Select(0);
Uart_Init(0, UART_BAUD);
RequestBiosTimerEvent(10, Led1Flash); //when request, auto open bios timer
RequestBiosTimerEvent(20, Led2Flash);
RequestBiosTimerEvent(50, Led3Flash);
RequestBiosTimerEvent(100, Led4Flash);
//GPIO,UART0,PWM TIMER,NAND FLASH
EnableModuleClock(CLOCK_UART0|CLOCK_TIMER|CLOCK_GPIO|CLOCK_NAND|CLOCK_LCD);