智能终端定制开发 ad
MTK/瑞芯微/高通-Android,智能模块/智能终端方案商

深度定制各类智能终端和智能硬件产品,提供硬件选型咨询、参考设计、元器件推荐、驱动开发、行业模块集成、操作系统定制与算法集成等软硬件定制服务。
contact.aspx

Android核心板产品覆盖2G、3G、4G通讯,双核、四核、八核CPU,可选的平台有MTK6580、MTK6737、MTK6750等,Android版本有5.1 6.0 7.0等。
contact.aspx

可广泛应用于低端智能POS、安防监控、车载设备、低端智能机器人、智能家居、智能硬件、工业智能手持设备、低端智能对讲设备、低端警务或执法设备、智能穿戴、贩卖机、物流柜、智能门禁系统等行业和设备。
contact.aspx

可提供以太网转串口透传,WIFI转串口透传,蓝牙转串口透传,CAN总线模拟量控制输出模块等。
contact.aspx

带3G或4G通讯功能,运行android系统,有多个串口,可以外挂各种模块:条码扫描、RFID、指纹识别、身份证识别、磁条卡、ID卡、GPS/北斗模块等。
contact.aspx

具有4G通讯功能,多个RS232或RS485接口,以太网接口,USB接口,CAN接口,多个AD输入。基于Android系统智能平台,方便APP应用开发。器件严格选型,运行稳定,质量可靠。
contact.aspx

MTK入门(一)
[MTK开发] 2008-04-08

文档内容:
-》MTK软件架构
-》如何编译
-》开发目录结构解析
-》开发工具的了解
-》程序入口,程序导读
-》MMI的制作

1. MTK软件构架
参考文档:MT6218_SW_ReleaseNote.pdf
MTK为MediaTek公司提供的GSM软件方案。它包含5个部分:
-》L1协议
-》设备驱动
-》协议栈
-》MMI
-》WAP应用
MediaTek为用户提供3个工具:
-》Catcher
-》META
-》MCT
MTK软件架构图:

下面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

[MTK开发添加评论 | 评论/阅读(0/999)
评论
昵称
主页
内容
递交


Copyright @ 我的开发笔记     2008 - 2017         粤ICP备19155526号-1