****************************************************************************** **************** Device Initialization Demonstration Project ***************** ****************************************************************************** File: GB60_KBD.mcp Short description : LED demo using KBD 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 Keyboard Interrupt module (KBI) of the Freescale MC9S08GB60 processor. Demo board M68DEMO908GB60 should be used to demonstrate the function. The project uses LED indicators 1-4 and SWI1-SWI4 push switches installed on demo board. Source CPU clock is set to Internal clock. LEDs indicate the last pressed button. Required Hardware and Settings ============================== Demo board M68DEMO908GB60. No additional settings required. Generated and User Code ======================= Generated code is located in module "MCUinit.C" and user code is located in module "main.C". User code of Interrupt Service Rutine (ISR) is located in MCUinit.C 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 ***