EMIOS_Tutorial

所属分类:单片机开发
开发工具:C/C++
文件大小:178KB
下载次数:17
上传日期:2016-11-17 23:42:48
上 传 者silentdays
说明:  飞思卡尔32位单片机MPC563X增强型定时模块(EMIOS) 模块应用实例。
(Freescale 32-bit microcontroller MPC363X Enhanced Timing Module (EMIOS) module application instance.)

文件列表:
EMIOS_Tutorial\EMIOS_Tutorial.rsp (1520742, 2010-01-12)
EMIOS_Tutorial\Monaco1M5_Prj\bin\DSPI.LOG (79016, 2009-12-31)
EMIOS_Tutorial\Monaco1M5_Prj\bin\emios.log (3853, 2009-12-31)
EMIOS_Tutorial\Monaco1M5_Prj\bin\internal_FLASH.elf (60136, 2010-01-08)
EMIOS_Tutorial\Monaco1M5_Prj\bin\internal_FLASH.MAP (26890, 2010-01-08)
EMIOS_Tutorial\Monaco1M5_Prj\bin\internal_FLASH.mot (52260, 2010-01-08)
EMIOS_Tutorial\Monaco1M5_Prj\bin\RAM.elf (10256, 2010-01-12)
EMIOS_Tutorial\Monaco1M5_Prj\bin\RAM.MAP (10442, 2010-01-12)
EMIOS_Tutorial\Monaco1M5_Prj\bin\RAM.mot (4716, 2010-01-12)
EMIOS_Tutorial\Monaco1M5_Prj\lcf\MPC5633M.lcf (2285, 2009-12-18)
EMIOS_Tutorial\Monaco1M5_Prj\lcf\MPC5633M_DEBUG.lcf (1876, 2009-12-18)
EMIOS_Tutorial\Monaco1M5_Prj\Monaco1M5_Prj.mcp (99528, 2010-01-12)
EMIOS_Tutorial\Monaco1M5_Prj\Monaco1M5_Prj_Data\CWSettingsWindows.stg (4481, 2016-05-18)
EMIOS_Tutorial\Monaco1M5_Prj\Monaco1M5_Prj_Data\internal_FLASH\TargetDataWindows.tdt (57446, 2016-05-18)
EMIOS_Tutorial\Monaco1M5_Prj\Monaco1M5_Prj_Data\RAM\TargetDataWindows.tdt (118436, 2016-05-18)
EMIOS_Tutorial\Monaco1M5_Prj\src\crt0.s (2915, 2010-01-12)
EMIOS_Tutorial\Monaco1M5_Prj\src\crt0_include.inc (211, 2010-01-12)
EMIOS_Tutorial\Monaco1M5_Prj\src\default563M.lcf (2539, 2010-01-12)
EMIOS_Tutorial\Monaco1M5_Prj\src\emios_init.c (23927, 2010-01-12)
EMIOS_Tutorial\Monaco1M5_Prj\src\emios_init.h (1468, 2010-01-12)
EMIOS_Tutorial\Monaco1M5_Prj\src\main.c (2095, 2010-01-12)
EMIOS_Tutorial\Monaco1M5_Prj\src\mpc563m.h (192156, 2010-01-12)
EMIOS_Tutorial\Monaco1M5_Prj\src\prefix.txt (19, 2009-12-16)
EMIOS_Tutorial\Monaco1M5_Prj\src\rappid_ref.h (1161, 2010-01-12)
EMIOS_Tutorial\Monaco1M5_Prj\src\siu_init.c (71516, 2010-01-12)
EMIOS_Tutorial\Monaco1M5_Prj\src\siu_init.h (1773, 2010-01-12)
EMIOS_Tutorial\Monaco1M5_Prj\src\sysclk_init.c (3284, 2010-01-12)
EMIOS_Tutorial\Monaco1M5_Prj\src\sysclk_init.h (1508, 2010-01-12)
EMIOS_Tutorial\Monaco1M5_Prj\src\sys_init.c (3069, 2010-01-12)
EMIOS_Tutorial\Monaco1M5_Prj\src\sys_init.h (1540, 2010-01-12)
EMIOS_Tutorial\Monaco1M5_Prj\src\typedefs.h (4850, 2010-01-12)
EMIOS_Tutorial\src\crt0.s (2915, 2010-01-12)
EMIOS_Tutorial\src\crt0_include.inc (211, 2010-01-12)
EMIOS_Tutorial\src\default563M.lcf (2539, 2010-01-12)
EMIOS_Tutorial\src\emios_init.c (23927, 2010-01-12)
EMIOS_Tutorial\src\emios_init.h (1468, 2010-01-12)
EMIOS_Tutorial\src\main.c (2095, 2010-01-12)
EMIOS_Tutorial\src\mpc563m.h (192156, 2010-01-12)
EMIOS_Tutorial\src\prefix.txt (19, 2009-12-16)
... ...

//------------------------------------------------------------------------ // Readme.txt //------------------------------------------------------------------------ This project stationery is designed to get you up and running quickly with CodeWarrior on your MPC5633M target. The wizard has created the following CodeWarrior target(s): - RAM: This CodeWarrior target is setup to load and debug code from RAM (debug version). - internal_FLASH: This CodeWarrior target is setup to debug code in internal Flash. The code must previously have been programmed into flash. The targets are set up for the selected CPU and options, but can be easily modified. ************* * IMPORTANT * ************* If your application will run from flash memory, you should initialize some additional registers to improve system performance. For MPC551x devices, initialize the PFCRP0 and PFCRP1 registers; for other devices, initialize the BIUCR. Please review the MPC5633M reference manual to determine appropriate values. Sample code for the following language(s) is at your disposal: - C Other options may be available: //------------------------------------------------------------------------ // Getting Started //------------------------------------------------------------------------ To build your project, use the menu Project > Make or press F7. This will build the selected target. //------------------------------------------------------------------------ // Project structure //------------------------------------------------------------------------ The project generated contains various files/groups: - readme.txt: this file - Sources: folder with the application source code - Header Files: all application and runtime header files - Startup Code: user customizable startup code - Lcf Files: the linker command files for the different build targets. - Runtime: the libraries //------------------------------------------------------------------------ // Adding your own code //------------------------------------------------------------------------ Once everything is working as expected, you can begin adding your own code to the project. Keep in mind that we provide this as an example of how to get up and running quickly with CodeWarrior. There are certainly other ways to handle interrupts and set up your linker command file. Feel free to modify any of the source files provided. //------------------------------------------------------------------------ // Additional documentation //------------------------------------------------------------------------ Read the online documentation provided. From within the CodeWarrior IDE, select Help > CodeWarrior Help. //------------------------------------------------------------------------ // Contacting Freescale //------------------------------------------------------------------------ For bug reports, technical questions, and suggestions, please use the forms installed in the Release_Notes folder and send them to: cw_support@freescale.com

近期下载者

相关文件


收藏者