Freescale Semiconductor M68HC08 Stereo System User Manual


 
Demo Setup
Dimmable Light Ballast with Power Factor Correction, Rev. 1
58 Freescale Semiconductor
Discontinuous conduction mode for 50 Hz and for input voltage higher than half of DC-Bus voltage
— DCM50HzH.s19
Discontinuous conduction mode for 60 Hz and for input voltage lower than half of DC-Bus voltage
— DCM60HzL.s19
Discontinuous conduction mode for 60 Hz and for input voltage higher than half of DC-Bus voltage
— DCM60HzH.s19
For reprogramming the microcontroller you have the choice of serial bootloader or MON08 Cyclone. In
the case of the serial bootloader, the bootloader must be programmed into the MCU before uploading the
software application to the MCU by the MON08 Cyclone. After that, reprogramming the application is
quicker than reprogramming by the MON08 Cyclone. For a detailed description of the bootloader
functionality, refer to the application note in Reference [
6]. For a detailed description of the MON08
Cyclone functionality, refer to the application note in Reference [2].
6.2.3 Executing the Application
The application is ready for operation when connected to a power supply.
6.2.4 Project Files
The dimmable light ballast application comprises the following files:
...\DLB-LB8-001.mcp, application project file
...\prm\P&E_FCS_linker.prm, linker program file
...\Sources\Start08.c, startup code for 68HC08 core
...\Sources\MC68HC908LB8.h, MC68HC908LB8 registers and bits definitions header file
...\Sources\MC68HC908LB8.c, MC68HC908LB8 register and bits definition file
...\Sources\ram.h, RAM global variables declaration header file
...\Sources\ram.c, RAM global variables definition file
...\Sources\dlb_macros.h, application macros definition header file
...\Sources\dlb_program_config.h, program and LB8 setup definitions header file
...\Sources\dlb_constants.h, tables of constant values header file
...\Sources\dlb_ISR_bodies.h, program interrupt service routines header file
...\Sources\pi_types.h, definitions header file for PI regulators
...\Sources\pi_sdkmath.asm, basic mathematical functions asm file
...\Sources\pi_sdkmath.h, basic mathematical functions definition header file
...\Sources\pi_sdkmath.c, basic mathematical functions file
...\Sources\pi_controller.h, PI regulators header file
...\Sources\pi_controller.c, PI regulators file
...\Sources\code_fun.h, functions declaration header file
...\Sources\code_fun.c, functions definition file
...\Sources\main.c, main program