MC13192WirelessUart

所属分类:单片机开发
开发工具:C/C++
文件大小:198KB
下载次数:23
上传日期:2010-03-17 13:52:35
上 传 者sdcf2003
说明:  MC13192是freescale ZIGBEE射频前端收发芯片,本源码包。包含使用MC13192设计无线串口的源代码,使用SMAC作为协议栈,HCS08作为基带。
(MC13192 is a freescale ZIGBEE front-end RF transceiver chip, the source package. Designed using the MC13192 contains the source code for the wireless serial port, using SMAC as the protocol stack, HCS08 as the base band.)

文件列表:
ZigbeeMote.WirelessUart\C_Layout.hwl (856, 2002-11-27)
ZigbeeMote.WirelessUart\Default.mem (161, 2002-11-27)
ZigbeeMote.WirelessUart\P&E_FCS.ini (1523, 2005-04-21)
ZigbeeMote.WirelessUart\P&E_ICD.ini (542, 2005-04-18)
ZigbeeMote.WirelessUart\ZigbeeMote.WirelessUart.mcp (67692, 2005-08-08)
ZigbeeMote.WirelessUart\ZigbeeMote.WirelessUart.old.mcp (67644, 2006-05-22)
ZigbeeMote.WirelessUart\bin\P&E_FCS.abs (91286, 2005-04-21)
ZigbeeMote.WirelessUart\bin\P&E_FCS.abs.s19 (7334, 2005-04-21)
ZigbeeMote.WirelessUart\bin\P&E_FCS.bpt (12, 2005-04-21)
ZigbeeMote.WirelessUart\bin\P&E_FCS.map (45110, 2005-04-21)
ZigbeeMote.WirelessUart\bin\P&E_FCS.mrk (21, 2005-04-21)
ZigbeeMote.WirelessUart\bin\P&E_FCS.xpr (21, 2005-04-21)
ZigbeeMote.WirelessUart\bin\P&E_ICD.map (105, 2005-04-18)
ZigbeeMote.WirelessUart\cmd\P&E_FCS_Postload.cmd (111, 2005-04-18)
ZigbeeMote.WirelessUart\cmd\P&E_FCS_Preload.cmd (60, 2005-04-18)
ZigbeeMote.WirelessUart\cmd\P&E_FCS_Reset.cmd (60, 2005-04-18)
ZigbeeMote.WirelessUart\cmd\P&E_FCS_Startup.cmd (59, 2005-04-18)
ZigbeeMote.WirelessUart\cmd\P&E_ICD_Postload.cmd (111, 2005-04-18)
ZigbeeMote.WirelessUart\cmd\P&E_ICD_Preload.cmd (60, 2005-04-18)
ZigbeeMote.WirelessUart\cmd\P&E_ICD_Reset.cmd (60, 2005-04-18)
ZigbeeMote.WirelessUart\cmd\P&E_ICD_Startup.cmd (59, 2005-04-18)
ZigbeeMote.WirelessUart\prm\burner.bbl (138, 2001-05-31)
ZigbeeMote.WirelessUart\prm\P&E_FCS_linker.prm (1099, 2005-04-18)
ZigbeeMote.WirelessUart\prm\P&E_ICD_linker.prm (1099, 2005-04-18)
ZigbeeMote.WirelessUart\Sources\drivers.c (18131, 2005-04-11)
ZigbeeMote.WirelessUart\Sources\drivers.h (2155, 2005-04-11)
ZigbeeMote.WirelessUart\Sources\main.c (6284, 2005-04-20)
ZigbeeMote.WirelessUart\Sources\MC13192_hw_config.c (1885, 2005-04-11)
ZigbeeMote.WirelessUart\Sources\MC13192_hw_config.h (2432, 2005-04-11)
ZigbeeMote.WirelessUart\Sources\MC13192_regs.h (1976, 2005-04-11)
ZigbeeMote.WirelessUart\Sources\mcu_hw_config.c (5851, 2005-04-11)
ZigbeeMote.WirelessUart\Sources\mcu_hw_config.h (1164, 2005-04-11)
ZigbeeMote.WirelessUart\Sources\pub_def.h (2446, 2005-04-11)
ZigbeeMote.WirelessUart\Sources\SCI.c (13985, 2005-04-20)
ZigbeeMote.WirelessUart\Sources\SCI.h (1355, 2005-04-20)
ZigbeeMote.WirelessUart\Sources\simple_mac.c (10147, 2005-04-11)
ZigbeeMote.WirelessUart\Sources\simple_mac.h (1447, 2005-04-11)
ZigbeeMote.WirelessUart\Sources\simple_phy.c (18435, 2005-04-11)
ZigbeeMote.WirelessUart\Sources\simple_phy.h (1637, 2005-04-11)
... ...

//------------------------------------------------------------------------ // Readme.txt //------------------------------------------------------------------------ This project stationery is designed to get you up and running quickly with CodeWarrior for MC9S08GT60. It is set up for the selected CPU and target connection, but can be easily modified. Sample code for the following language(s) is at your disposal: - C The wizard has prepared CodeWarrior target(s) with the connection methods of your choice: - P&E FCS: This interface/target is prepared to use the FCS (Full Chip Simulation) from P&E. Note that you can switch to hardware debugging in a seamless way, using the menu PEDebug > Mode in the debugger. - P&E ICD: This interface/target is prepared to use the ICD (In-Circuit Debugging/Programming) from P&E. Note that you can switch to simulation in a seamless way, using the menu PEDebug > Mode in the debugger. Depending on your hardware type, you will need to configure the communication settings (class of device, baud rate, etc). Please consult your hardware documentation for additional details. Additional connections can be chosen in the simulator/debugger, use the menu Component > Set Target. //------------------------------------------------------------------------ // Getting Started //------------------------------------------------------------------------ To build/debug your project, use the menu Project > Debug or press F5. This will open the simulator/debugger. Press again F5 in the debugger (or menu Run > Start/Continue) to start the application. The menu Run > Halt or F6 stops the application. In the debugger menu Component > Open you can load additional components. //------------------------------------------------------------------------ // Project structure //------------------------------------------------------------------------ The project generated contains various files/folders: - readme.txt: this file - Sources: folder with the application source code - Startup Code: C/C++ startup code - Prm: - burner.bbl file to generate S-Records - the linker .prm file - the .map file generated by the linker - Libs: needed library files (ANSI, derivative header/implementation files) - Debugger Project File: contains a .ini file for the debugger for each connection - Debugger Cmd Files: contains sub-folders for each connection with command files //------------------------------------------------------------------------ // 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 provided. //------------------------------------------------------------------------ // Simulator/Debugger: Additional components //------------------------------------------------------------------------ In the simulator/debugger, you can load additional components. Try the menu Component > Open. //------------------------------------------------------------------------ // Additional documentation //------------------------------------------------------------------------ Check out the online documentation provided. Use in CodeWarrior IDE the menu Help > Online Manuals. //------------------------------------------------------------------------ // Contacting Metrowerks //------------------------------------------------------------------------ For bug reports, technical questions, and suggestions, please use the forms in the Release Notes folder installed, and send them to: USA: support@metrowerks.com EUROPE: support_europe@metrowerks.com ASIA/PACIFIC: j-emb-sup@metrowerks.com

近期下载者

相关文件


收藏者