Analog_to_Digital_Converter_(ATD)

所属分类:单片机开发
开发工具:C/C++
文件大小:164KB
下载次数:8
上传日期:2008-06-24 17:52:39
上 传 者atetire
说明:  飞思卡尔S12系列Analog_to_Digital_Converter_(ATD)应用范例
(Freescale s S12 series Analog_to_Digital_Converter_ (ATD) Application Example)

文件列表:
Analog to Digital Converter (ATD) (0, 2002-12-18)
Analog to Digital Converter (ATD)\ADC_Example (0, 2002-12-19)
Analog to Digital Converter (ATD)\ADC_Example\ADC_Example.mcp (192687, 2002-12-19)
Analog to Digital Converter (ATD)\ADC_Example\ADC_Example_Data (0, 2002-12-18)
Analog to Digital Converter (ATD)\ADC_Example\ADC_Example_Data\Banked_Flash (0, 2002-12-18)
Analog to Digital Converter (ATD)\ADC_Example\ADC_Example_Data\Banked_Flash\TargetDataWindows.tdt (45545, 2002-12-19)
Analog to Digital Converter (ATD)\ADC_Example\ADC_Example_Data\CWSettingsWindows.stg (4303, 2002-12-19)
Analog to Digital Converter (ATD)\ADC_Example\ADC_Example_Data\Flash_Application (0, 2002-12-18)
Analog to Digital Converter (ATD)\ADC_Example\ADC_Example_Data\Flash_Application\ObjectCode (0, 2003-01-08)
Analog to Digital Converter (ATD)\ADC_Example\ADC_Example_Data\Flash_Application\ObjectCode\ATD_main.c.o (110035, 2002-12-18)
Analog to Digital Converter (ATD)\ADC_Example\ADC_Example_Data\Flash_Application\ObjectCode\START12.C.o (5817, 2002-12-17)
Analog to Digital Converter (ATD)\ADC_Example\ADC_Example_Data\Flash_Application\TargetDataWindows.tdt (131489, 2002-12-19)
Analog to Digital Converter (ATD)\ADC_Example\ADC_Example_Data\Ram_Application (0, 2002-12-18)
Analog to Digital Converter (ATD)\ADC_Example\ADC_Example_Data\Ram_Application\TargetDataWindows.tdt (45529, 2002-12-19)
Analog to Digital Converter (ATD)\ADC_Example\banked_flash.ini (878, 2001-09-28)
Analog to Digital Converter (ATD)\ADC_Example\bin (0, 2002-12-19)
Analog to Digital Converter (ATD)\ADC_Example\bin\Flash_Application.abs (93814, 2002-12-18)
Analog to Digital Converter (ATD)\ADC_Example\bin\Flash_Application.abs.s19 (762, 2002-12-18)
Analog to Digital Converter (ATD)\ADC_Example\bin\Flash_Application.bpt (12, 2002-11-17)
Analog to Digital Converter (ATD)\ADC_Example\bin\Flash_Application.map (109430, 2002-12-18)
Analog to Digital Converter (ATD)\ADC_Example\cmd (0, 2002-12-18)
Analog to Digital Converter (ATD)\ADC_Example\cmd\erase_unsecure_dp256.cmd (2459, 2001-09-11)
Analog to Digital Converter (ATD)\ADC_Example\cmd\Postload.cmd (304, 2001-08-21)
Analog to Digital Converter (ATD)\ADC_Example\cmd\Preload.cmd (363, 2001-08-21)
Analog to Digital Converter (ATD)\ADC_Example\cmd\Reset.cmd (63, 2001-02-01)
Analog to Digital Converter (ATD)\ADC_Example\cmd\Startup.cmd (59, 2001-02-01)
Analog to Digital Converter (ATD)\ADC_Example\cmd\Vppoff.cmd (70, 2001-02-01)
Analog to Digital Converter (ATD)\ADC_Example\cmd\Vppon.cmd (75, 2001-02-01)
Analog to Digital Converter (ATD)\ADC_Example\flash.ini (1187, 2002-11-18)
Analog to Digital Converter (ATD)\ADC_Example\prm (0, 2002-12-19)
Analog to Digital Converter (ATD)\ADC_Example\prm\banked_flash.prm (1615, 2001-08-31)
Analog to Digital Converter (ATD)\ADC_Example\prm\burner.bbl (138, 2001-08-21)
Analog to Digital Converter (ATD)\ADC_Example\prm\flash.prm (517, 2001-08-21)
Analog to Digital Converter (ATD)\ADC_Example\prm\ram.prm (373, 2001-02-01)
Analog to Digital Converter (ATD)\ADC_Example\ram.ini (1186, 2001-09-28)
Analog to Digital Converter (ATD)\ADC_Example\sources (0, 2003-01-08)
Analog to Digital Converter (ATD)\ADC_Example\sources\ATD_main.c (3478, 2002-12-18)
Analog to Digital Converter (ATD)\ADC_Example\sources\main.c (88, 2001-09-03)
Analog to Digital Converter (ATD)\ADC_Example\sources\START12.C (15200, 2000-06-14)
... ...

# README.TXT This project is a generic base for a HC12 ANSI-C project debugged with a P&E Cable12 . Project layout: =============== Folders used: - Sources: Will contain your sources. For the moment, it contains an empty 'main.c' as a base. ------- - Debugger Cmd Files: Here you can place your own specific debugger command files. ------------------ - Startup Code: Contains the startup code of the application. You may adapt it ------------ to your own needs, but in such a case make sure that you create a local copy. - Prm: Contains the linker parameter file used for linking (.prm) --- and a Batch Burner command file (usual extension is .bbl, see \docu\common\manual\Manual Burner.pdf ) Note that the file used for the linker is specified in the Linker Preference Panel itself ( - Libs: Contains the ANSI library to be linked with. ---- - Debugger Project File: This .ini file is passed to the debugger/simulator --------------------- as configuration file. It contains various target interface settings, and path information as well. This file can also be edited from the simulator/debugger e.g. using File->Configuration in the simulator/debugger. - Debugger Cmd Files: these files contain commands to be played at specific stages of the process. ------------------ -startup.cmd: This command file is executed to set up the target system just after the connection has been established. -reset.cmd: This command file is executed after a user enforce reset has been performed (the Reset button, menu entry or command line command has been used). -preload.cmd: This command file is executed before an application (code or symbols) is loaded in the debugger. -postload.cmd: This command file is executed after an application (code or symbols) has been loaded in the debugger. -vppon.cmd: This command file is executed before Non Volatile Memory is erased or programmed using the NVMC dialog or the corresponding debugger command. -vppoff.cmd: The Vppoff command file is executed after Non Volatile Memory has been erased or programmed using the NVMC dialog or the corresponding debugger command. Build Targets: ============== This project contains following build targets : - Ram Application : Build settings are suitable for an application located in Ram. - Flash Application : For code located in Flash. - Banked Flash : For code located in banked Flash. Compiler options: ================= The Compiler option -ol0 has been set up to disable some compiler optimizations in order to be able to see all the local variables in the debugger Data component. Hardware Notes: =============== WARNING: The onchip flash memory will be erased and written each time you perform a load. Please check "preload.cmd" and "postload.cmd" command files execution to enable/disable this process. The execution of these command files is monitored with the ICD12 | Command Files dialog. WARNING: In order to Flash, please make sure the correct programming voltage is supplied to the microcontroller and the correct MCUID has been used.

近期下载者

相关文件


收藏者