Title: Using low-power dual-port for inter processor communication in next generation mobile handsets

Size: px
Start display at page:

Download "Title: Using low-power dual-port for inter processor communication in next generation mobile handsets"

Transcription

1 Title: Using low-power dual-port for inter processor communication in next generation mobile handsets Abstract: The convergence of mobile phones and other consumer-driven devices such as PDAs, MP3 players, digital still and video cameras is progressing rapidly as evidenced by recent introductions of phones like the Motorola ROKR and Palm Treo. Consequently, the demand for processing power is increasing exponentially in these high-performance, lowpower devices, and it becomes inevitable for mobile handset manufacturers to start adopting a dual processor architecture. In the case of a PDA or smart phone, the two processing elements are typically a baseband processor and an application processor. The two processors operate independently, performing specialized tasks in the mobile phone architecture. The baseband processor acts as an RF modem, while the application processor runs the operating system and handles other multimedia features. High level operating systems, such as Linux, Symbian and Windows CE/Mobile, usually require a powerful application processor that also manages the audio, video, and other wireless features such as Wi-Fi and Bluetooth. In 2G and 2.5G, the two processors are interconnected by a traditional serial interface, either UART or SPI. These serial standards provide a low-bandwidth solution typically not exceeding 1Mbps in throughput; just enough for low data rate traffic. However, with the proliferation of 3G/3.5G networks, the multimedia rich content boosts the inter-processor communication bandwidth requirement significantly. As a result, the use of conventional serial interfaces becomes insufficient in 3G/3.5G applications (real-time video, music, games, etc.). A new system-interconnect solution has recently emerged in the mobile handset space: the low-power dual-port memory. These dual-port memory devices are specifically designed for the wireless handset market to maximize throughput and minimize power consumption. The dual-ports have standard memory interfaces that can be connected seamlessly to all popular baseband and application processors. Moreover, by interfacing to the standard processor memory interface, the use of precious GPIO pins can also be minimized. To demonstrate the proof of concept, a platform using Texas Instruments (TI) OMAP1710 processors and a Cypress MoBL dual-port has been built and evaluated. This article highlights the effective throughput as measured from this demonstration platform, and outlines the value propositions of this high-performance, low-power dual-port interconnect solution against other Inter Processor Communication (IPC) alternatives.

2 Introduction The convergence of mobile phones and other consumer-driven devices such as PDAs, MP3 players, digital still and video cameras is progressing rapidly as evidenced by recent introductions of phones like the Motorola ROKR and Palm Treo. Consequently, a classic engineering paradox has arisen: an ultra high-performance portable hand-held device with extreme low-power consumption. Moreover, as the amount of processing power increases exponentially, it has become inevitable for mobile handset manufacturers and design houses to start adopting dual processor architectures. With the high data rates inherent in 3G/3.5G wireless systems, the bandwidth and latency of processor interconnects have skyrocketed in order to accommodate the requirements of multimedia features. In today s dual processor PDA and smart phone designs, the processing elements are typically a baseband processor and a function specific co-processor, such as an application or multimedia processor. The two processors operate independently, performing specialized tasks in the mobile handset. The baseband processor acts as an RF modem, while the application processor runs the operating system and handles various multimedia applications. Popular and complex operating systems, such as Linux, Symbian, and Windows CE/Mobile, require a powerful application processor that can also manage audio, video, and wireless features such as Wi-Fi and Bluetooth. Figure 1 below shows an example of such dual processor architecture in high-end mobile handsets. Figure 1: Dual Processor Architecture in 3G/3.5G Smart/PDA Handsets A data flow example is illustrated in the figure below. Voice and multimedia data is received on the antenna connected to the baseband processor and this data is then packetized and sent to the application processor. The application processor either stores the multimedia content in a file system or displays/plays it in real time. As we will see,

3 the interconnect bandwidth between the baseband and application processors can become a bottleneck in next generation 3G/3.5G wireless mobile handsets. Figure 2: Data Flow Example in Dual Processor Mobile Handsets Technology Bandwidth Requirement Even in high-end 2G and 2.5G wireless handset designs, dual processor architectures are widely implemented. However, the data rate in these networks is usually in the range of hundreds of kilobits per second, as most of the traffic is voice and simple s and text messages. Therefore, the inter-processor communication (IPC) in the current generation of wireless handsets is usually handled by serial interfaces like SPI, UART, or USB which need to be available on both processors. For instance, the GPRS and EDGE (2.5G) networks have maximum data rates of 171.2kbps and 384kbps, respectively. On the other hand, as illustrated in the figure below, the data rate for 3G/3.5G wireless standards, such as CDMA2000 and WCDMA with High-Speed Downlink Packet Access (HSDPA), can require a throughput of 10Mbps or more in order to support multimedia rich content. Figure 3: Data Rate Requirements for Wireless Standards From the chart above, it is apparent that neither UART and SPI throughput (~1Mbps) cannot satisfy the demanding bandwidth of 3G/3.5G wireless networks. An interesting fact about USB (Full-Speed) interfaces available in today s mobile wireless processors is that they offer a theoretical bandwidth of 12Mbps. One would think this could satisfy the 3G/3.5G throughput requirement; however, with protocol overhead the effective

4 bandwidth may be less than 2Mbps (according to test results obtained from a major mobile handsets manufacturer). Moreover, as the USB host port needs to be active at all times, this translates into power consumption even when no real data is passed through the interconnect channel. Furthermore, USB s high power consumption is another shortcoming that impacts its use as an IPC mechanism. Thus, none of the existing serial interfaces can provide sufficient data rates for a 3G/3.5G wireless handset solution. Moreover, the limited number of available USB ports on the processors can also prevent it from being used for IPC, as USB ports are also required for PC and peripheral connections. Since the conception of the 3G/3.5G wireless network standards, smartphone and PDA mobile handset designers have been struggling to search for an efficient processor interconnect solution. Many of the new designs include using a combination of the existing serial standards, thus creating multiple data lanes that pump data from one processor to the other. Although this may seem like a feasible solution, the software that is needed to handle this type of data flow becomes extremely complicated and prone to integrity issues. As these mobile handset designs are time critical and their time-tomarket determines a big chunk of their success, system designers cannot afford to lose time worrying about inter-processor communication. Another solution that has been explored is using a CPLD to interconnect the two processors. The problem with this approach is four-fold. First, the CPLDs need to be programmed, which takes more development time and resources. This introduces unnecessary complexity to the system design. Second, CPLDs usually take up more board space than other approaches, as these devices are not optimized for mobile applications. Third, CPLDs increase the overall bill of materials (BOM), as it is in fact a complicated piece of silicon and its cost can increase with the addition of development boards and other miscellaneous development costs. Lastly, CPLDs usually consume more power than more application-specific devices. Thus, using a CPLD for IPC is far from a simple approach and it can potentially be detrimental to mobile handset designs. Low-Power Dual-Port for Inter-Processor Communication (IPC) Low-power dual-port memory as a system interconnect implementation has recently emerged in the mobile handset space. Dual-port memories provide high-bandwidth throughput that will be able to meet the needs of even next generation wireless data rates. At the same time as providing high effective bandwidth, dual-port memories maximize battery life by keeping consumption at a minimum compared to serial interfaces. Interfacing across a dual-port memory is also a straightforward process and employs mechanisms that designers are already familiar with. Memory interfaces are standard interfaces that connect seamlessly to off-the-shelf processors. Additionally, no complex device drivers are required, as the interface is memory mapped between the processors, further simplifying software development and shortening product time to market. Hardware interrupts provide a simple mechanism for processor handshaking, offering substantial efficiency and minimal protocol overhead for managing the communications link when compared to interfaces such as USB. This reduced overhead also conserves

5 power by not requiring the processors on either sides of the link to maintain a heavy/thick and cycle-hungry protocol stack that also introduces unnecessary store and load operations. The overall efficiency of low-power dual-port IPCs has been further evaluated, as the effective throughput rather than the theoretical throughput is always the concern of handset architects and designers when evaluating IPCs. To measure the effective throughput, Cypress and TI have developed a platform comprising two Texas Instruments OMAP1710 application processors with the Cypress low-power MoBL dual-port (CYDM256B16). The hardware setup is shown in Figure 4. Figure 4: MoBL Dual-Port Evaluation Platform Hardware Setup The software is developed on a Symbian 8.1 EKA1 OS platform, and a simple nondouble/rotational buffered hardware interrupt scheme is used for handshaking. The throughput is calculated based on bursting data from the server to the client processor, with a preset packet size. Different packet sizes have been used to benchmark the effective throughput of the system, which varies with hardware interrupt frequency. The throughput performance can potentially improve with double/rotational buffer implementation; however, a more conservative approach has been taken to simply software as well as minimizing the number of interrupts generated. The results are tabulated in Table 1 and plotted in Figure 5. Table 1: Throughput Summary Packet Size Throughput 8kB (4k x 16) 50 Mbps 4kB (2k x 16) 48 Mbps 2kB (1k x 16) 31 Mbps 1kB (512 x 16) 19 Mbps 512B (256 x 16) 10 Mbps

6 60 MoBL Dual-Port Effective Throughput vs. Packet Size 50 Throughput (Mbps) x16 512x16 1kx16 2kx16 4kx16 Packet Size Figure 5: Effective Throughput with Different Packet Sizes For example, consider a Full-Speed USB interconnect implementation compared to a dual-port interface transferring a 1Mbit multi-media file from the baseband processor to the application processor. A USB interface with an effective throughput of 2Mbps will take 0.5s for the file to be completely transferred (1Mb / 2Mbps = 0.5s). This also has the effect that both serial interfaces on both processors need to be awake for the duration of this data transfer with the relevant power consumption. On the other hand, a lowpower dual-port implemented as the processor interconnect will require only 0.02s for the 1Mb file to be transferred at 48Mbps (1Mb / 48Mbps = 0.02s). Moreover, the dual-port and the other processor can automatically go into sleep mode after the data has been transferred. This reduces the time that both processors are burning power by over 96%, a significant power savings. Not only does a low-power dual-port interconnect provide superior performance and power consumption compared to other alternative mechanisms, it also comes in an ultra compact vfbga package that minimizes the board space requirement. Other features of low-power dual-ports, such as the input read and output drive registers, can also offload precious GPIO usage on the processors. This is illustrated in the figure below. Figure 6: Input Read Register and Output Drive Register Usages

7 The proliferation of 3G/3.5G wireless networks, multimedia rich content boosts the interprocessor communication bandwidth requirement of portable devices significantly. As a result, the use of conventional serial interfaces (UART, SPI, and Full-Speed USB) becomes insufficient and ineffective in 3G/3.5G applications that must transport real-time video, music, games, etc. Low-power dual-port memory serving as an interprocessor connection not only offers high-bandwidth and low-power consumption that satisfies stringent design requirements, it also provides a wide range of features that can simplify software and hardware designs and, in many cases, provide the best way to handle interprocessor communication in next generation mobile handsets.

8 Authors Biography: Danny Tseng is a Senior Applications Engineer in the Data Communications Division at Cypress Semiconductor. He received a Bachelor of Applied Science in Honors Electrical Engineering with Management Science option from the University of Waterloo in Lawrence Wong is a Member of Group Technical Staff in the Wireless Application Team at Texas Instruments. He received a Master of Science in Electrical Engineering in 1990 and a Bachelor of Science in Electrical Engineering in 1988 from the University of Southern California. Hung Vuong is a Senior System Architect and Systems and Software CTO for the Cellular Systems, Wireless Terminals Business Unit at Texas Instruments. He received Bachelor of Science in Electrical Engineering in 1988 from the University of Central Florida. Trademarks: Palm Treo is a trademark of Palm, Inc., Symbian is a trademark of Symbian, Ltd, Windows is a trademark of Microsoft Corporation, Wi-Fi is a trademark of the Wi-Fi Alliance, Bluetooth is a trademark of the Bluetooth SIG, MoBL is a trademark of Cypress Semiconductor Corporation, and OMAP is a trademark if Texas Instruments. All other trademarks and registered trademarks are property of their respective owners.

Developing Core Software Technologies for TI s OMAP Platform

Developing Core Software Technologies for TI s OMAP Platform SWPY006 - August 2002 White Paper By Justin Helmig Texas Instruments Senior Technical Staff, Wireless Software Applications Texas Instruments OMAP platform for wireless handsets offers a powerful hardware

More information

Chapter 2. Literature Survey. 2.1 Remote access technologies

Chapter 2. Literature Survey. 2.1 Remote access technologies Chapter 2 Literature Survey This chapter presents a brief report on literature reviewed in context to present work with an aim to identify current state of research in the domain. Literature review is

More information

LTE : The Future of Mobile Broadband Technology

LTE : The Future of Mobile Broadband Technology LTE : The Future of Mobile Broadband Technology Erick Setiawan tukangbajaksawah@gmail.com 1 Become a necessity today, where the wireless broadband technology needed to meet increasing expectations in terms

More information

A COLLOCATED APPROACH FOR COEXISTENCE RESOLUTION IN WIRELESS HOME NETWORKING

A COLLOCATED APPROACH FOR COEXISTENCE RESOLUTION IN WIRELESS HOME NETWORKING A COLLOCATED APPROACH FOR COEXISTENCE RESOLUTION IN WIRELESS HOME NETWORKING Md Enamul Islam, Sanjay Jha, Dr. Paul W.H. Kwan, Monzurur Rahman School of Mathematics, Statistics and Computer Science, University

More information

Smart cards and smart objects communication protocols: Looking to the future. ABSTRACT KEYWORDS

Smart cards and smart objects communication protocols: Looking to the future. ABSTRACT KEYWORDS Smart cards and smart objects communication protocols: Looking to the future. Denis PRACA Hardware research manager, Gemplus research Lab, France Anne-Marie PRADEN Silicon design program manager, Gemplus

More information

Transmit Smart with Transmit Beamforming

Transmit Smart with Transmit Beamforming WHITE PAPER Transmit Smart with Transmit Beamforming Bhama Vemuru Senior Technical Marketing Engineering Marvell November 2011 www.marvell.com Introduction One of the challenges often faced with Wi-Fi

More information

Technology for Innovators TM TI WIRELESS TECHNOLOGY DELIVERING ALL THE PROMISE OF 3G

Technology for Innovators TM TI WIRELESS TECHNOLOGY DELIVERING ALL THE PROMISE OF 3G Technology for Innovators TM TI WIRELESS TECHNOLOGY DELIVERING ALL THE PROMISE OF 3G 1 BROAD PORTFOLIO OF FLEXIBLE, SCALABLE SOLUTIONS From traditional voice-centric mobile phones to the most advanced,

More information

CTIS 487: Lecture Notes 1

CTIS 487: Lecture Notes 1 CTIS 487: Lecture Notes 1 Mobile phones got their name due to the fact that they allow users to make phone calls while being mobile. The communication architecture was dominated by base stations communicating

More information

Internet of Everything Qualcomm Brings M2M to the World

Internet of Everything Qualcomm Brings M2M to the World We all know that everyone and everything is getting connected to the network but one area that is developing very quickly is machine to machine or M2M connectivity. With huge increases in bandwidth and

More information

Mobile WiMAX in the Evolving Wireless Broadband Landscape

Mobile WiMAX in the Evolving Wireless Broadband Landscape Mobile WiMAX in the Evolving Wireless Broadband Landscape TECHNOLOGY BACKGROUNDER Introduction Even with the surprising variety of wireless broadband technologies available today, Mobile WiMAX (IEEE 802.16e)

More information

Module Introduction. CONTENT: - 8 pages - 1 question. LEARNING TIME: - 15 minutes

Module Introduction. CONTENT: - 8 pages - 1 question. LEARNING TIME: - 15 minutes Module Introduction PURPOSE: The intent of this module is to introduce a series of modules that explain important features of Motorola s i.mx applications processors. OBJECTIVES: - Explain the need for

More information

SEVEN Networks Open Channel Traffic Optimization

SEVEN Networks Open Channel Traffic Optimization SEVEN Networks Open Channel Traffic Optimization Revision 3.0 March 2014 The Open Channel family of software products is designed to deliver device-centric mobile traffic management and analytics for wireless

More information

Multimedia Platform. Mainstream wireless multimedia expands globally with the industry s first single-chipset solution

Multimedia Platform. Mainstream wireless multimedia expands globally with the industry s first single-chipset solution CONVERGENCE ENHANCED MULTIMEDIA MULTIMEDIA VALUE Multimedia Platform Mainstream wireless multimedia expands globally with the industry s first single-chipset solution F I N D A R E S T A U R A N T S E

More information

Ultra-Wideband (UWB Technology)

Ultra-Wideband (UWB Technology) White Paper Ultra-Wideband (UWB) Technology Ultra-Wideband (UWB Technology) Enabling high-speed wireless personal area networks. Contents Executive Summary 2 Introduction 2 The Case for UWB 3 UWB Technology

More information

Technology in Action. Chapter 8 Mobile Computing: Keeping Your Data on Hand. Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall

Technology in Action. Chapter 8 Mobile Computing: Keeping Your Data on Hand. Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall Technology in Action Chapter 8 Mobile Computing: Keeping Your Data on Hand 1 Mobile Computing: Is It Right for You? Advantages Convenience Boost productivity Communicate with others anywhere Access to

More information

How to Choose the Right Bus for Your Measurement System

How to Choose the Right Bus for Your Measurement System 1 How to Choose the Right Bus for Your Measurement System Overview When you have hundreds of different data acquisition (DAQ) devices to choose from on a wide variety of buses, it can be difficult to select

More information

HomePlug AV2 Technology

HomePlug AV2 Technology HomePlug AV2 Technology Raising the Bar for Sustained High-Throughput Performance and Interoperability for Multi-stream Networking Using Existing Powerline Wiring in the Home. Copyright 2013-2015, HomePlug

More information

WiZi-Cloud: Application-transparent Dual ZigBee-WiFi Radios for Low Power Internet Access

WiZi-Cloud: Application-transparent Dual ZigBee-WiFi Radios for Low Power Internet Access WiZi-Cloud: Application-transparent Dual ZigBee-WiFi Radios for Low Power Internet Access Tao Jin, Guevara Noubir, Bo Sheng College of Computer and Information Science Northeastern University InfoCom 2011,

More information

Sustaining profitable growth in Mobile

Sustaining profitable growth in Mobile Sustaining profitable growth in Mobile Mario Rivas Executive Vice President Communications Businesses Philips Semiconductors Financial Analysts Day 2004 Agenda Update Communications businesses Nexperia

More information

Flash Storage Trends & Ecosystem

Flash Storage Trends & Ecosystem Flash Storage Trends & Ecosystem Hung Vuong Qualcomm Inc. Introduction Trends Agenda Wireless Industry Trends Memory & Storage Trends Opportunities Summary Cellular Products Group (CPG) Wireless Handsets

More information

Join the forward thinkers who rely on Toshiba for wireless connectivity ICs.

Join the forward thinkers who rely on Toshiba for wireless connectivity ICs. ELECTRONIC COMPONENTS Wireless Communication Solutions Join the forward thinkers who rely on Toshiba for wireless connectivity ICs. Bluetooth Low Power Near Field Communications High Speed Wireless Power

More information

TINY System Ultra-Low Power Sensor Hub for Always-on Context Features

TINY System Ultra-Low Power Sensor Hub for Always-on Context Features TINY System Ultra-Low Power Sensor Hub for Always-on Context Features MediaTek White Paper June 2015 MediaTek s sensor hub solution, powered by the TINY Stem low power architecture, supports always-on

More information

Embedded Software: Its Growing Influence on the Hardware world

Embedded Software: Its Growing Influence on the Hardware world Embedded Software: Its Growing Influence on the Hardware world ISA Vision Summit 2009, Bangalore 16 th FEB 09 V. R. Venkatesh Head, Product Engineering Services, Wipro Technologies. Wipro in Product Engineering

More information

Power Management Techniques for Low- Energy IoT Devices

Power Management Techniques for Low- Energy IoT Devices Power Management Techniques for Low- Energy IoT Devices Matt Saunders Director of Field Marketing, Microcontroller and Wireless Products, Silicon Labs With the rise of the Internet of Things (IoT), embedded

More information

White Paper. Defining the Future of Multi-Gigabit Wireless Communications. July 2010

White Paper. Defining the Future of Multi-Gigabit Wireless Communications. July 2010 White Paper Defining the Future of Multi-Gigabit Wireless Communications July 2010 2 Introduction The widespread availability and use of digital multimedia content has created a need for faster wireless

More information

Bluetooth Low Energy

Bluetooth Low Energy Bluetooth Low Energy A guide for electronics design engineers Summary This guide is intended for OEM design engineers who might be considering the implementation of a new Bluetooth Smart device, based

More information

Advantages of MIPI Interfaces in IoT Applications

Advantages of MIPI Interfaces in IoT Applications Advantages of MIPI Interfaces in IoT Applications IoT DevCon Conference Hezi Saar April 27, 2017 Abstract In addition to sensors, high-resolution cameras are key enablers of IoT devices. The challenge

More information

INTERNET OF THINGS (IoT) DESIGN CONSIDERATIONS FOR EMBEDDED CONNECTED DEVICES ANDREW CAPLES SENIOR PRODUCT MARKETING MANAGER, NUCLEUS

INTERNET OF THINGS (IoT) DESIGN CONSIDERATIONS FOR EMBEDDED CONNECTED DEVICES ANDREW CAPLES SENIOR PRODUCT MARKETING MANAGER, NUCLEUS INTERNET OF THINGS (IoT) DESIGN CONSIDERATIONS FOR EMBEDDED CONNECTED DEVICES ANDREW CAPLES SENIOR PRODUCT MARKETING MANAGER, NUCLEUS E M B E D D E D S O F T W A R E W H I T E P A P E R w w w. m e n t

More information

DevKit8000 Evaluation Kit

DevKit8000 Evaluation Kit DevKit8000 Evaluation Kit TI OMAP3530 Processor based on 600MHz ARM Cortex-A8 core Memory supporting 256MByte DDR SDRAM and 256MByte NAND Flash UART, USB Host/OTG, Ethernet, Camera, Audio, SD, Keyboard,

More information

Small Business Mobility

Small Business Mobility Enabling your team to work anywhere, anytime More than 50 million US workers are considered mobile, spending at least 20% of the time away from their primary workspace 1. Mobile technology is becoming

More information

Samsung emcp. WLI DDP Package. Samsung Multi-Chip Packages can help reduce the time to market for handheld devices BROCHURE

Samsung emcp. WLI DDP Package. Samsung Multi-Chip Packages can help reduce the time to market for handheld devices BROCHURE Samsung emcp Samsung Multi-Chip Packages can help reduce the time to market for handheld devices WLI DDP Package Deliver innovative portable devices more quickly. Offer higher performance for a rapidly

More information

2010: TRANSITION & TRANSFORMATION

2010: TRANSITION & TRANSFORMATION TOWARDS TRANSFORMATION Gilles Delfassy, President & CEO 2009: FORMATION 2010: TRANSITION & TRANSFORMATION 2 FIRST QUARTER SUMMARY Net sales $606 million Net sales Adjusted operating loss $114 million Net

More information

What is wimax How is it different from GSM or others WiMAX setup Wimax Parameters-ranges BW etc Applns Where is it Deployed Who is the operator

What is wimax How is it different from GSM or others WiMAX setup Wimax Parameters-ranges BW etc Applns Where is it Deployed Who is the operator What is wimax How is it different from GSM or others WiMAX setup Wimax Parameters-ranges BW etc Applns Where is it Deployed Who is the operator Introduction- What is WiMAX WiMAX -Worldwide Interoperability

More information

Simplify System Complexity

Simplify System Complexity 1 2 Simplify System Complexity With the new high-performance CompactRIO controller Arun Veeramani Senior Program Manager National Instruments NI CompactRIO The Worlds Only Software Designed Controller

More information

APPLIED SATELLITE ENGINEERING-MACHINE-TO-MACHINE. This resource is brought to you by ASE M2M. Contact information.

APPLIED SATELLITE ENGINEERING-MACHINE-TO-MACHINE. This resource is brought to you by ASE M2M. Contact information. APPLIED SATELLITE ENGINEERING-MACHINE-TO-MACHINE This resource is brought to you by ASE M2M. We provide the following for satellite machine-to-machine applications. Hardware Modems to fully operational

More information

1. INTRODUCTION 2. OVERVIEW

1. INTRODUCTION 2. OVERVIEW 1. INTRODUCTION As computers grow and evolve, so do the tools for inputting information into computers. Ports are holes in computers where one can connect various external devices such as mice, keyboards,

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK A REVIEW ON THE ARCHITECTURE OF ANDROID IN SMART PHONES RAVNEET KAUR T. BAGGA 1,

More information

Designing Next Generation Test Systems An In-Depth Developers Guide

Designing Next Generation Test Systems An In-Depth Developers Guide An In-Depth Developers Guide Designing Next Generation Test Systems An In-depth Developers Guide Contents Section 1 Executive Summary Chapter 1 Increasing Design Complexity...1-1 Shorter Product Development

More information

Wireless. Gilles Delfassy. Senior Vice President Wireless Terminals Business Unit

Wireless. Gilles Delfassy. Senior Vice President Wireless Terminals Business Unit Wireless Gilles Delfassy Senior Vice President Wireless Terminals Business Unit TI Wireless Revenue Growth Outpaces Industry 4 TI Wireless Revenue 40% 1000 Mobile Phone Shipments 3 32% 800 29% 45% $B 2

More information

SD Express Cards with PCIe and NVMeTM Interfaces

SD Express Cards with PCIe and NVMeTM Interfaces SD Express Cards with PCIe and NVMeTM Interfaces White Paper June 2018 Conditions for publication Publisher and Copyright Holder: SD Association 2400 Camino Ramon, Suite 375 San Ramon, CA 94583 USA Telephone:

More information

Logitech Advanced 2.4 GHz Technology With Unifying Technology

Logitech Advanced 2.4 GHz Technology With Unifying Technology Logitech Advanced 2.4 GHz Technology Revision 070709 December 8, 2009 TABLE OF CONTENTS 1 INTRODUCTION: THE MOVE TO WIRELESS PERIPHERALS IN BUSINESS... 3 2 SYSTEM OVERVIEW... 4 2.1 NETWORK TOPOLOGY...4

More information

More on IO: The Universal Serial Bus (USB)

More on IO: The Universal Serial Bus (USB) ecture 37 Computer Science 61C Spring 2017 April 21st, 2017 More on IO: The Universal Serial Bus (USB) 1 Administrivia Project 5 is: USB Programming (read from a mouse) Optional (helps you to catch up

More information

Mobile, Multimedia & Communications. Tommi Uhari Executive Vice President MMC Group

Mobile, Multimedia & Communications. Tommi Uhari Executive Vice President MMC Group Mobile, Multimedia & Communications Tommi Uhari Executive Vice President MMC Group 2007 Accomplishments Leading positions* # 1 in Analog/mixed signal # 1 in 3G RF # 3 in Wireless Focus on high-growth segments

More information

USB for Portable Devices

USB for Portable Devices 1 USB for Portable Devices 2 USB for Desktops USB was first introduced as a solution to desktop interconnectivity ity At the time, desktops had a number of different wired interfaces Printer, mouse, keyboard,

More information

Connect Your IoT Device: Bluetooth 5, , NB-IoT

Connect Your IoT Device: Bluetooth 5, , NB-IoT Connect Your IoT Device: Bluetooth 5, 802.15.4, NB-IoT Craig Tou Business Development Manager, Arm Arm Tech Symposia 2017, Taipei IoT Devices - Everything Connects New classes of connectivity for a new

More information

Overview. M-commerce vs. E-commerce

Overview. M-commerce vs. E-commerce M-COMMERCE Overview What is M-Commerce? M-commerce vs. E-commerce Classes of M-Commerce Applications Benefits of M-commerce Advantages of M-Commerce Disadvantages of M-Commerce Mobile Computing: Content,

More information

Outline. Introduction WiMAX s Features WiMAX s Competitors Conclusion References Ting-Kai Huang, MNET Lab 2

Outline. Introduction WiMAX s Features WiMAX s Competitors Conclusion References Ting-Kai Huang, MNET Lab 2 WiMAX(802.16) Outline Introduction WiMAX s Features WiMAX s Competitors Conclusion References 2004-12-29 Ting-Kai Huang, MNET Lab 2 Introduction Wireless Technologies UWB (PAN) Wi-Fi (LAN) WiMAX (MAN)

More information

Business Case for the Cisco ASR 5500 Mobile Multimedia Core Solution

Business Case for the Cisco ASR 5500 Mobile Multimedia Core Solution Business Case for the Cisco ASR 5500 Mobile Multimedia Core Solution Executive Summary The scale, use and technologies of mobile broadband networks are changing rapidly. Mobile broadband growth continues

More information

VIA ProSavageDDR KM266 Chipset

VIA ProSavageDDR KM266 Chipset VIA ProSavageDDR KM266 Chipset High Performance Integrated DDR platform for the AMD Athlon XP Page 1 The VIA ProSavageDDR KM266: High Performance Integrated DDR platform for the AMD Athlon XP processor

More information

5G networks use-cases in 4G networks

5G networks use-cases in 4G networks 5G networks use-cases in 4G networks 5G Networks offering superior performance are just around the corner! Wait! Are applications that maximize the benefits of these networks ready? Contents 5G networks

More information

Wireless Ad-Hoc Networks

Wireless Ad-Hoc Networks Wireless Ad-Hoc Networks Dr. Hwee-Pink Tan http://www.cs.tcd.ie/hweepink.tan Outline Part 1 Motivation Wireless Ad hoc networks Comparison with infrastructured networks Benefits Evolution Topologies Types

More information

Convergence; Myth or New Legend?

Convergence; Myth or New Legend? Convergence; Myth or New Legend? Convergence of fixed and mobile services has been discussed and heralded for many years. Is it happening or is convergence happening in other ways? Presented by Intercai

More information

Bridging and Switching Basics

Bridging and Switching Basics CHAPTER 4 Bridging and Switching Basics This chapter introduces the technologies employed in devices loosely referred to as bridges and switches. Topics summarized here include general link-layer device

More information

Microprocessors LCD Parallel Port USB Port

Microprocessors LCD Parallel Port USB Port Microprocessors LCD Parallel Port USB Port H. Abdoli Bu-Ali Sina University 1 New LCDs Interfacing Lower prices Display numbers, characters, graphics Integrated refreshing controller Ease of programming

More information

Wireless Personal Area Networks & Wide Area Networks

Wireless Personal Area Networks & Wide Area Networks Wireless Personal Area Networks & Wide Area Networks Patrick J. Stockreisser p.j.stockreisser@cs.cardiff.ac.uk Lecture Outline In the lecture we will: Look at PAN s in more detail Look at example networks

More information

Connect your IoT device: Bluetooth 5, , NB-IoT

Connect your IoT device: Bluetooth 5, , NB-IoT Connect your IoT device: Bluetooth 5, 802.15.4, NB-IoT Prithi Ramakrishnan Arm TechTalk 2017 IoT connectivity technologies Multiple standards, different applications Throughput Unlicensed >100Mbps Wi-Fi

More information

4G Mobile Communications

4G Mobile Communications 4G Mobile Communications Welcome to 4G The term 4G is used broadly to include several types of broadband wireless access communication systems, not only cellular telephone systems. One of the terms to

More information

Unit title: Mobile Technology: Device Connectivity (SCQF level 5) Outcome 1

Unit title: Mobile Technology: Device Connectivity (SCQF level 5) Outcome 1 1 Outcome 1 A description of mobile device internet connectivity using two current Wi-Fi methods. A description of mobile device internet connectivity using two current GSM mobile telephony methods. A

More information

Fujitsu Semiconductor Wireless Products, Inc. Corporate Profile 2011

Fujitsu Semiconductor Wireless Products, Inc. Corporate Profile 2011 Fujitsu Semiconductor Wireless Products, Inc. Corporate Profile 2011 President s Message Yutaka Suzuki President and CEO Fujitsu Semiconductor Wireless Products, Inc. (FSWP), a new member of the global

More information

Multimedia Technologies on Terminals Based on the OMAP Platform

Multimedia Technologies on Terminals Based on the OMAP Platform SWPY006 June 2002 White Paper Multimedia Technologies on Terminals Shiv Ramamurthi, OMAP Applications Manager Jay Srage, OMAP Strategic Partnerships Marketing Manager Texas Instruments Wireless Terminals

More information

Simply powerful. Wireless freedom for everyday people.

Simply powerful. Wireless freedom for everyday people. Simply powerful. Wireless freedom for everyday people. LINKSYS HOME NETWORKING SOLUTIONS Wireless freedom for every home Choose the wireless networking product to suit your needs Introducing Cisco s wireless

More information

Next Generation Gigabit WiFi ac

Next Generation Gigabit WiFi ac Next Generation Gigabit WiFi 802.11ac WHITE PAPER NEXT GENERATION GIGABIT WIFI - 802.11AC The first WiFi-enabled devices were introduced in 1997. For the first time, we were liberated from a physical Internet

More information

CEVA-X1 Lightweight Multi-Purpose Processor for IoT

CEVA-X1 Lightweight Multi-Purpose Processor for IoT CEVA-X1 Lightweight Multi-Purpose Processor for IoT 1 Cellular IoT for The Massive Internet of Things Narrowband LTE Technologies Days Battery Life Years LTE-Advanced LTE Cat-1 Cat-M1 Cat-NB1 >10Mbps Up

More information

Emerging Applications and Use Cases in the UWB Domain

Emerging Applications and Use Cases in the UWB Domain Emerging Applications and Use Cases in the UWB Domain Koji Matsumoto Sales & Marketing Manager Realtek Semiconductor Japan Corp. Wireless USB Conference, Wireless Japan 2008 2008.07.22 Outline Common radio

More information

Chapter 1 Introduction

Chapter 1 Introduction Emerging multimedia, high-speed data, and imaging applications are generating a demand for public networks to be able to multiplex and switch simultaneously a wide spectrum of data rates. These networks

More information

The Value of Cisco Compatible Extensions (CCX) for Mobile Computers

The Value of Cisco Compatible Extensions (CCX) for Mobile Computers The Value of Cisco Compatible Extensions (CCX) for Mobile Computers Originally Published: October 2007 Updated: April 2010, October 2012 A White Paper from Laird Technologies IEEE and industry standards

More information

Examine these great deals.

Examine these great deals. OCTOBER ISSUE Examine these great deals. CONTENTS: LATEST HOT HANDSETS GREAT VALUE CAP PLANS BIG DEALS FOR SMALL BUSINESS PRE-PAID CLEARANCE RUN-OUT SALE NEW LG PRADA MONTHLY HANDSET REPAYMENTS 79 CAP

More information

Hype Cycle for Mobile and Wireless Networking, 2003

Hype Cycle for Mobile and Wireless Networking, 2003 P. Redman, K. Dulaney, W. Clark Strategic Analysis Report 30 May 2003 Hype Cycle for Mobile and Wireless Networking, 2003 A wireless networking technology assessment for personal-, local- and wide-area

More information

THE RTOS AS THE ENGINE POWERING THE INTERNET OF THINGS

THE RTOS AS THE ENGINE POWERING THE INTERNET OF THINGS THE RTOS AS THE ENGINE POWERING THE INTERNET OF THINGS By Bill Graham and Michael Weinstein WHEN IT MATTERS, IT RUNS ON WIND RIVER EXECUTIVE SUMMARY Driven by the convergence of cloud technology, rapidly

More information

Let s first take a look at power consumption and its relationship to voltage and frequency. The equation for power consumption of the MCU as it

Let s first take a look at power consumption and its relationship to voltage and frequency. The equation for power consumption of the MCU as it 1 The C8051F91x/0x product family is designed to dramatically increase battery lifetime which is the number one requirement for most battery powered applications. The C8051F91x has the industry s lowest

More information

The Mobile Internet: The Potential of Handhelds to Bring Internet to the Masses. April 2008

The Mobile Internet: The Potential of Handhelds to Bring Internet to the Masses. April 2008 The Mobile Internet: The Potential of Handhelds to Bring Internet to the Masses April 2008 Agenda Today s Mobile Internet Market Mobile Convergence Products Internet Browsing on a Handheld Separating Fact

More information

Mobile Terminal Software Platform OPP

Mobile Terminal Software Platform OPP Terminal PF Globalization Mobile Terminal Platform Recent years have seen changes in the mobile phone market together with intensified competition, and this has led to calls for the development of a mobile

More information

Hybrid Coax-Wireless Multimedia Home Networks Using Technology. Noam Geri, Strategic Marketing Manager

Hybrid Coax-Wireless Multimedia Home Networks Using Technology. Noam Geri, Strategic Marketing Manager White Paper Hybrid Coax-Wireless Multimedia Home Networks Noam Geri, Strategic Marketing Manager Cable Broadband Communications Group, Texas Instruments Introduction Wireless home networking has emerged

More information

Disruptive Innovation Demonstrating WiFi3 vs ac

Disruptive Innovation Demonstrating WiFi3 vs ac Edgewater Wireless February 2016 Disruptive Innovation Demonstrating WiFi3 vs 802.11ac Solving WiFi interference & capacity issues just got easier with 3 channels on a single radio WiFi3 technology. It

More information

DELIVERING MULTIMEDIA CONTENT FOR THE FUTURE GENERATION MOBILE NETWORKS

DELIVERING MULTIMEDIA CONTENT FOR THE FUTURE GENERATION MOBILE NETWORKS Research Article DELIVERING MULTIMEDIA CONTENT FOR THE FUTURE GENERATION MOBILE NETWORKS S. Swarna Parvathi, Dr. K. S. Eswarakumar Address for Correspondence S. Swarna Parvathi, PhD Scholar Department

More information

The next billion mobile phone users

The next billion mobile phone users Technology for Innovators TM The next billion mobile phone users Providing affordability and features for wireless handsets in emerging economies By Sunil Hattangady Strategic Marketing Manager One of

More information

GPRS and UMTS T

GPRS and UMTS T GPRS and UMTS T-110.2100 Global Packet Radio Service GPRS uses the time slots not used for circuit switched services Data rate depends on the availability of free time slots GPRS uses the multislot technique,

More information

PRODUCT PREVIEW TNETV1050 IP PHONE PROCESSOR. description

PRODUCT PREVIEW TNETV1050 IP PHONE PROCESSOR. description C55x DSP Operating at 125 MHz, Providing up to 250 MIPS MIPS32 4KEc 32-Bit RISC Processor, Operating at 165 MHz, Providing up to 223 Dhrystone MIPS On-Chip Peripherals Include: External Memory Interface

More information

Adaptive Video Acceleration. White Paper. 1 P a g e

Adaptive Video Acceleration. White Paper. 1 P a g e Adaptive Video Acceleration White Paper 1 P a g e Version 1.0 Veronique Phan Dir. Technical Sales July 16 th 2014 2 P a g e 1. Preface Giraffic is the enabler of Next Generation Internet TV broadcast technology

More information

Understanding Routers, Switches, and Network Hardware

Understanding Routers, Switches, and Network Hardware Understanding Routers, Switches, and Network Hardware Rather than start off with a glossary of networking terms and in the process slam you with a technical terms with no easy point of reference let s

More information

Chapter 6 Storage and Other I/O Topics

Chapter 6 Storage and Other I/O Topics Department of Electr rical Eng ineering, Chapter 6 Storage and Other I/O Topics 王振傑 (Chen-Chieh Wang) ccwang@mail.ee.ncku.edu.tw ncku edu Feng-Chia Unive ersity Outline 6.1 Introduction 6.2 Dependability,

More information

StreetWise IoT Solutions

StreetWise IoT Solutions VIA Smart Cities StreetWise IoT Solutions With the rapid development of the Internet of Things, cloud computing, and the mobile internet as well as smart transportation and power grids, the promise of

More information

Andriod-Mobile Application Development. Mobile Application Development Workshop on Andriod Platform.

Andriod-Mobile Application Development. Mobile Application Development Workshop on Andriod Platform. Mobile Application Development Workshop on Andriod Platform With the emergence of mobile phones, PDA s, smart phones and other mobile technology the need for mobile application development also increased.

More information

Whither the Mobile Internet: Storage and Mobile Internets

Whither the Mobile Internet: Storage and Mobile Internets Whither the Mobile Internet: Storage and Mobile Internets Rod Van Meter Nokia Networks Phone: +1-650-714-9286, e-mail: rdv@alumni.caltech.edu Presented at the THIC Meeting at the Sony Auditorium, 3300

More information

Factors Driving LTE Adoption. Anil Barot Director Broadband Strategy & Device Alliance Ecosystem April 1, 2009

Factors Driving LTE Adoption. Anil Barot Director Broadband Strategy & Device Alliance Ecosystem April 1, 2009 Factors Driving LTE Adoption Anil Barot Director Broadband Strategy & Device Alliance Ecosystem April 1, 2009 Need For Data is Global End-users utilizing increasingly advanced communications services and

More information

INTRODUCTION TO WIRELESS COMMUNICATION

INTRODUCTION TO WIRELESS COMMUNICATION OVERVIEW INTRODUCTION TO WIRELESS COMMUNICATION EVOLUTION FROM 1G TO 4G SYSTEM 5-G WIRELESS SYSTEM FUNCTIONAL ARCHITECTURE FOR 5G MOBILE NETWORKS THE 4A PARADIGM FEATURES OF 5G TECHNOLOGY 5G APPLICATION

More information

WarpTCP WHITE PAPER. Technology Overview. networks. -Improving the way the world connects -

WarpTCP WHITE PAPER. Technology Overview. networks. -Improving the way the world connects - WarpTCP WHITE PAPER Technology Overview -Improving the way the world connects - WarpTCP - Attacking the Root Cause TCP throughput reduction is often the bottleneck that causes data to move at slow speed.

More information

LTE emerges as early leader in 4G technologies

LTE emerges as early leader in 4G technologies W H I T E P A P E R Arnon Friedmann Ph.D. and Sandeep Kumar Communications Infrastructure Group arnon@ti.com skumar@ti.com LTE emerges as early leader in 4G technologies Introduction Given recent commitments

More information

802.11n in the Outdoor Environment

802.11n in the Outdoor Environment POSITION PAPER 802.11n in the Outdoor Environment How Motorola is transforming outdoor mesh networks to leverage full n advantages Municipalities and large enterprise customers are deploying mesh networks

More information

Raspberry Pi - I/O Interfaces

Raspberry Pi - I/O Interfaces ECE 1160/2160 Embedded Systems Design Raspberry Pi - I/O Interfaces Wei Gao ECE 1160/2160 Embedded Systems Design 1 I/O Interfaces Parallel I/O and Serial I/O Parallel I/O: multiple input/output simultaneously

More information

VIA Apollo P4X400 Chipset. Enabling Total System Performance

VIA Apollo P4X400 Chipset. Enabling Total System Performance VIA Apollo P4X400 Chipset Enabling Total System Performance High performance DDR400 chipset platform for the Intel Pentium 4 processor Page 1 Introduction The VIA Apollo P4X400 is a core logic chipset

More information

Feature. What exactly is WLAN? More reading:

Feature. What exactly is WLAN? More reading: The WLAN Roadmap Wireless Local Area Networking (WLAN) is a simple concept, but one that entails a wide, sometimes confusing, variety of standards, implementations, and future plans for development. This

More information

A responsive, fully-featured MIDI controller at an affordable price

A responsive, fully-featured MIDI controller at an affordable price Project Name: 2 Project Description: Team Members: Outside Collaborators: Component Description: Author: A responsive, fully-featured MIDI controller at an affordable price Graham Boylan, Khaled Albaddah,

More information

D Demonstration of disturbance recording functions for PQ monitoring

D Demonstration of disturbance recording functions for PQ monitoring D6.3.7. Demonstration of disturbance recording functions for PQ monitoring Final Report March, 2013 M.Sc. Bashir Ahmed Siddiqui Dr. Pertti Pakonen 1. Introduction The OMAP-L138 C6-Integra DSP+ARM processor

More information

Multiple Dimensions in Convergence and Related Issues

Multiple Dimensions in Convergence and Related Issues Multiple Dimensions in Convergence and Related Issues S.R. Subramanya LG Electronics CDG Technology Forum Las Vegas, Oct. 7, 2005 LGE Mobile Research, USA Talk Outline Introduction» Convergence Layers

More information

Seminar: Mobile Systems. Krzysztof Dabkowski Supervisor: Fabio Hecht

Seminar: Mobile Systems. Krzysztof Dabkowski Supervisor: Fabio Hecht Personal Area Networks Seminar: Mobile Systems November 19th 2009 Krzysztof Dabkowski Supervisor: Fabio Hecht Agenda Motivation Application areas Historical and technical overview Security issues Discussion

More information

Bluetooth Smart: How to avoid making dumb devices

Bluetooth Smart: How to avoid making dumb devices Bluetooth Smart: How to avoid making dumb devices CONNECTED DEVICES Bluetooth Smart: How to avoid making dumb devices white paper Development activity for new Bluetooth Smart devices rocketed after Apple

More information

White Paper. Massive Capacity Can Be Easier with 4G-Optimized Microwave Backhaul

White Paper. Massive Capacity Can Be Easier with 4G-Optimized Microwave Backhaul White Paper Massive Capacity Can Be Easier with 4G-Optimized Microwave Backhaul Massive Capacity Can Be Easier with 4G-Optimized Microwave Backhaul End user demand for ubiquitous broadband connectivity,

More information

TI SimpleLink dual-band CC1350 wireless MCU

TI SimpleLink dual-band CC1350 wireless MCU TI SimpleLink dual-band CC1350 wireless MCU Sub-1 GHz and Bluetooth low energy in a single-chip Presenter Low-Power Connectivity Solutions 1 SimpleLink ultra-low power platform CC2640: Bluetooth low energy

More information

OVERVIEW: NETWORK ON CHIP 3D ARCHITECTURE

OVERVIEW: NETWORK ON CHIP 3D ARCHITECTURE OVERVIEW: NETWORK ON CHIP 3D ARCHITECTURE 1 SOMASHEKHAR, 2 REKHA S 1 M. Tech Student (VLSI Design & Embedded System), Department of Electronics & Communication Engineering, AIET, Gulbarga, Karnataka, INDIA

More information