
	void main(void)
	{
		//Initialize hardware devices
                RTC_Init();

		//Initialize RTOS
		//Create Tasks
		//Load initial values and parameters
		//start Interrupts and Serial Baud

		RTC_SCLK=0;		
		RTC_REST=0;	
		RTC_IO = 0;

		while(1)// SuperLoop that Runs Forever...
		{
			--
			--
			--
			--
			--
			updateRealTime();
		}
	}

