- 1、本文档共7页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
MTK入门资料
MTK入门资料
时间:2009-05-23 20:02来源:嵌入式吧 作者:网络 点击: 118次
文档内容: -》 MTK 软件架构 -》如何编译 -》开发目录结构解析 -》开发工具的了解 -》程序入口,程序导读 -》MMI的制作 1. MTK 软件构架 参考文档:MT6218_SW_ReleaseNote.pdf MTK 为MediaTek公司提供的GSM软件方案。它包含5个部分: -》L1协议 -》设备驱动 -》协议栈 -》MMI -》WAP应用 MediaTek为用户提供3个工具: -》Catcher -》META -》MCT 下面3个部分组成该软件方案: 1. MS Executable So
文档内容:-》MTK软件架构-》如何编译-》开发目录结构解析-》开发工具的了解-》程序入口,程序导读-》MMI的制作
1. MTK软件构架参考文档:MT6218_SW_ReleaseNote.pdfMTK为MediaTek公司提供的GSM软件方案。它包含5个部分:-》L1协议-》设备驱动-》协议栈-》MMI-》WAP应用MediaTek为用户提供3个工具:-》Catcher-》META-》MCT下面3个部分组成该软件方案:??? 1. MS Executable Software, which is the software running on the MS, includes the following modules - OS: Nucleus OS. - L1 Protocol Stack: GSM physical layer. - Drivers: device driver, like SIM, UART, GPIO, etc. - L2/L3 protocol stack: GSM protocol stack layer. - MMI: man-machine interface. - WAP: Wireless application protocol. - JAVA: J2ME Software ??? 2. The Mobile Engineering Testing Architecture, also known as META ??? 3. Catcher-》OS ??? MediaTek采用Nucleus OS实时操作系统。KAL OS层为MediaTek’s软件和Nucleus操作系统的接口。它为任务提供许多系统服务函数,比如计时器,队列,内存管理,事件等等。-》L1 Protocol Stack??? The physical layer or Layer 1 supports the transfer of bit streams on the radio medium according to the Technical Specifications of the 05-series. It provides service to upper layers and control the mapping and scheduling between the logical and physical channels. The TDMA framing and radio control parts are also implemented.
??? Layer 1 Asynchronous: handles the message request from upper layers and forward the result generated by layer 1 to upper layer. ??? Surrounding Cell Engine: handles the neighbor cell power measurement and neighbor cell synchronization information acquisition. ??? Layer 1 Control: handles the TDMA scheduling on the radio environment, including timing advance and power control command from serving base station. ??? Layer 1 Driver: handles the DSP and Radio control
-》Drivers??? MCU外围设备的驱动,如下:SIM:(? Subscriber Identity Module UART: Uni
文档评论(0)