****************************************************************************** **************** Device Initialization Demonstration Project ***************** ****************************************************************************** File: GB60_TPM.mcp Short description : Flashing LED using timer TPM Target platforms: MC9S08GB60 (demo board M68DEMO908GB60) Function Description ==================== This project stationery is designed to get you up and running quickly with Device Initialization for MC9S08GB60. It is set up for the selected CPU and target connection, but can be easily modified. This simple project demonstrates a usage of a Timer/PWM module (TPM) of the Freescale MC9S08GB60 processor. Demo board M68DEMO908GB60 should be used to demonstrate the function. Source CPU clock is set to Internal clock. LED flashes with the period 0.5 sec (0.5sec is on and 0.5sec is off). LED is connected to pin no. 25 (PTD0_TPM1CH0) Required Hardware and Settings ============================== Demo board M68DEMO908GB60, LED connected to the pin no. 25 (PTD0_TPM1CH0). Generated and User Code ======================= Generated code is located in module "MCUinit.C" and user code is located in module "main.C". There is no interrupt service routine. Building The Project ==================== Build the project usual way in CodeWarrior. No special settings are required. Running The Project =================== Run the project usual way. *** End Of File ***