Low Power System Techniques

Size: px
Start display at page:

Download "Low Power System Techniques"

Transcription

1 June, 2010 Low Power System Techniques FTF-AUT-F0408 Carl Culshaw System Architect Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink

2 The lecture will: Introduction Focus on key low power challenges for the automotive system designer Describe the principal components of a microcontroller that help minimize power consumption Describe techniques to optimize their usage Discuss system partitioning approaches with a view to further reducing power Provide references and concepts to address the challenges identified Presenter: Carl Culshaw System Architect for Automotive Microcontroller Experience: Automotive Body, Low Power; 8, 16, and 32-bit Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 2

3 The lecture shall provide means to: Session Objectives Identify the key microcontroller elements to implement low power strategies Adopt technical approaches for their optimum usage Make the system architect aware of low power developments within the Automotive arena Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 3

4 Agenda Low Power Challenges Microcontroller Low Power Mechanisms Low Power System Techniques Summary Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 4

5 Low Power Challenges 5

6 Power Trend Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 6

7 Semiconductor Technology Trends Source: TSMC 2009 As technology nodes increase more digital IP will be integrated but. Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 7

8 Semiconductor Technology Trends Source: TSMC 2009 the impact of Performance vs. Power trade-off is not to be underestimated. Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 8

9 CMOS Power & Energy Power Dynamic Power MCU Run Current Static Power MCU Stop Current P Where P P TOTAL DYNAMIC STATIC = P = α CV = I DYNAMIC STATIC V + P 2 f STATIC Computational Speed Supply Voltage Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 9

10 Dynamic versus Static Mode Consumption When an MCU is running Its transistors are switching Current is consumed at the point where the transistor switches. For example, in a CMOS inverter, at the point of switching both are on and an instantaneous current is drawn (crowbar effect) CMOS circuits dissipate power by charging the various load capacitances when switched. The more often the transistor switches, the more current is consumed. Dynamic current: Typically linear with operating frequency When an MCU is stopped Current is consumed due to leakage through the transistors. Sub-threshold/Channel Leakage: Occurs when the transistor gate is below the on threshold but a small current leaks from drain to source Becomes worse with reduced transistor size & higher temperature Drain to substrate leakage: The drain forms a diode with the substrate and there is a small leakage through this diode. P DYNAMIC = α Static current: Typically exponential with temperature CV 2 f P N 1 1 i Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 10

11 Increase in number of Number of Electronic Control Units ECU s (mostly MCUs) is increasing exponentially. Nodes requiring MCU functionality are replacing passive and mechanical systems throughout the vehicle. Nodes include measurement points, actuation points, or control. Often the vehicle architecture distributes some of the processing to local distributed nodes. Example Power consumption requirement is either flat or decreasing. The Low Power challenge: Power allowed per Electronic Control Unit (ECU) is decreasing. Low Power Challenge Automotive Total Sleep current requirement Source: J.Leohold, VW, 9 th International Automobile Electronics Conference, June 05 Windows & Mirrors.14 Security and Access..11 Comfort & Information..18 Lighting.22 Total.65 Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 11

12 Microcontroller Low Power Mechanisms 12

13 Reduces leakage current in low power modes Reducing Leakage Active Well Bias Changing the well voltage can reduce channel leakage by 10X. (Effectively, it increases Vth for the transistors.) Applicable to standard cell logic and RAM arrays N-Well Bias P-Well Bias Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 13

14 How it works: State Retention Power Gating Only D-Flip-Flops need to retain their state, all other logic can be powered down. In D-Flip-Flops, only the state keeping latch needs to be powered. Special power rail is only for retention latches Example: S12X core 15 µa consumption in state retention mode at 85C clki pgb clkb clk VDDC VDD d qb q Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 14

15 Power Segmentation MCU Structure Power Domains Individually disconnected from Power Eliminate leakage from areas that are turned off Power Domain PD0: Always on Wakeup periphery, e.g., CAN sampler, RTC, API, etc. Minimum RAM segment Power Domain RD1 Contains an additional RAM segment Remainder of the RAM is in the PD1 domain Power Domain PD1: Contains all cores and the majority of peripherals Can be turned off in STOP or STANDBY modes Must be turned on in RUN modes MPC5604B Power Domain Structure Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 15

16 Managing Clock Distribution Power consumption is directly linked to clock signal switching Reducing the number of clocked lines directly reduces current consumption Several methods are employed to avoid wasting power in clock edges, for example: P = a C l V dd ²f Clock freeze mode When CPU activity can be temporarily halted, e.g., while waiting for an Analog-to-Digital (ADC) conversion to complete Peripheral bus division Reduced local clock rates, e.g., for ADC and communication ports Clock gating Applied wherever possible and at the entry to each sub-module OSC 4-16MHz IRC 16MHz OSC 32KHz div 1 to 32 div 1 to 32 FMPLL irc_fast osca_cl ck oscb_clck irc_slow div 1 to 32 osca_clk_div irc_fast_div CMU System Clock Selector (ME) RESET SAFE INT system_clk div 1 to 15 div 1 to 15 div 1 to 15 irc_fact_div oscb_clk_div Core Platform Peripheral Set 1 Peripheral Set 2 Peripheral Set 3 API / RTC IRC 128KHz div 1 to 32 osca_clk irc_slow_div SWT (Watchdog) irc_fast fmplla_clk CLKOUT Selector div 1/2/4/8 CLOCK OUT MPC5603B Intelligent Clock Tree architecture Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 16

17 Fast Wake-Up: Intelligent Clocking Typical Clock Sources Increase the speed at which the device can recover from low power modes and start execution. Reconfiguration and non-timing critical operations can start as soon as a clock is present. main RAM/module registers can be re-initialized whilst the external (accurate) OSC clock is stabilizing Very fast Wake-Up requires an on-chip RC oscillator e.g., a 16 MHz Internal RC can provide Bus Clock in <5 cycles Allows near instant operation Periodic Wake-Up: Allows a reliable recovery in low power mode Minimizes average current Clock Source Start-up time Power consumption Accuracy 16MHz Internal RC Osc. L (<1us) M (<50uA) L (>10%) 32KHz / 128KHZ Internal RC Osc. L (<1us) L (<1uA) L (>10%) 32KHz Ext. Crystal Osc. H (ms) L (<10uA) H (<1%) 16MHz Ext. Crystal Osc. H (ms) H (>100uA) H (<1%) Optimum wake-up clock Internal PLL H (ms) H (>1mA) H (<1%) Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 17

18 Dynamic Voltage Frequency Scaling (DVFS) Devices typically do not require full performance all of the time Reducing frequency directly reduces power consumption (already discussed) But reducing frequency also allows the voltage to be reduced, further reducing power Solutions can be via hardware, software or combination of both System sophistication increases with DVFS Typically PLL allows frequency scaling Need to balance savings with complexity: Scalable regulator design, with fast switching behaviour Peripherals require full scaling capability to ensure seamless switching Synchronization handling during DVFS changes 100 ma Full Run mode Low Freq Run mode Low Vdd Run mode Low Vdd, Low Freq Run mode 5V, 120MHz 5V, 60MHz 2.5V, 120MHz 1 2.5V, 60MHz Note 1: Assumption is that maximum frequency also achievable at lowest voltage, but this will not always be the case Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink

19 Low Power Modes STANDBY lowest power mode Power supply is cut off from most devices All clocks disabled Longest wakeup time and some reconfiguration required Most pins not powered (high impedance) STOP Advanced low-power mode during which the clock to the core and the PLL are disabled Optionally switch off most peripherals State of the output pins is kept HALT disable core clock Reduced-activity mode during which the clock to the core is disabled Optionally switch off analog peripherals (PLL, flash, main regulator, etc.) RUN0-3 Software execution modes where most processing activity occurs. Allows run-time customization of different clock & power configurations of the system SW request RESET Non recoverable HW failure SYSTEM MODES SAFE DRUN TEST HW triggered transition SW triggered transition Recoverable HW failure RUN 0 RUN 1 RUN 3 USER MODES LOW POWER MODES HALT STOP STANDBY Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 19

20 General theme is to switch on as little as possible: CPU is the most power hungry module on an MCU Need to switch to OFF when possible Put more intelligence into peripherals Autonomous peripherals can help achieve this. Typical Autonomous peripherals include: API Autonomous Periodic Interrupt Autonomous Operation Allows device to recover from very low power state at selectable time intervals RTC Real Time Clock Offers time keeping functionality in very low power states DMA Direct Memory Access Allows data transfer between peripherals minimizing CPU activity ADC Analog Digital Converter Continual conversion while running in low power Triggers wake-up when signal reaches certain level LINFlex Intelligent LIN management, minimizing CPU interrupts Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 20

21 Low Power System Techniques 21

22 irc_slow Low Power System Techniques Using the silicon System solutions to achieve low power are based on several key principles: Reduce average power Sleep as much as possible Minimize RUN execution Match speed against requirements SYSTEM MODES Recoverable HW failure SW request SAFE RESET DRUN Non recoverable TEST HW failure HW triggered transition SW triggered transition USER MODES LOW POWER MODES RUN 0 HALT RUN 1 STOP RUN 3 STANDBY Only power what is needed Only switch on silicon portions Completely power gate unused portions in many power modes Only clock what is required Clock gating Clock tree management Peripheral grouping O S C 4-1 6I RM CH 1z 6 M H z div 1 to 32 div 1 to 32 F M P L L irc_fast osc a_c lck osc b_c lck osca_clk_div irc_fast_div CM U Syste m Clock Selec tor (ME) RESET SAFE INT system_clk div 1 to 15 div 1 to 15 div 1 to 15 Core Platform Peripher al Set 1 Peripher al Set 2 Peripher al Set 3 Employ intelligent autonomous operation MPC5603B Intelligent Clock Tree architecture Design autonomous peripherals e.g. DMA, RTC, API, ADC, LINFlex Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink

23 Energy Saving Potential on the System Level low high Local, internal optimization of Electronic Control Units, actuators & sensors Smart algorithms (PWM, motor control, and etc.) Loss minimation (DC/DC regulators, LEDs, and etc.) Smart activation of peripherals Effort / Risks Deactivation of complete sub-busses B C Deactivation of individual ECUs C A CGW D D A B X X Y CGW Y Network topology change Traditional wake-up mechanism Slow reaction times Limited SW changes Flexible wake-up mechanism required Slow reaction times SW and HW changes Industry standardization Savings Potential high low Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 23

24 Electronic Control Unit low power modes Vbat Very low system consumption longer wake-up time Vbat No MCU osc RAM content saved Fast wake-up time MC33905 SBC Vdd MCU MC33905 SBC Vdd MCU Osc Osc Osc Osc SBC LPM VDD OFF, no osc no cyclic wake-up MCU off I SBC = 15uA SBC LPM VDDON with osc MCU powered, STDBY mode no osc. I SBC = 40uA, I MCU = 30uA Wake up time: 2-5ms + MCU S/W start Vbat Cyclic w/u allowed longer wake-up time Vbat Faster w/u time Impact on cons. MC33905 SBC Vdd MCU MC33905 SBC Vdd MCU Osc Osc Osc Osc SBC LPM VDDOFF + osc (cyclic wake-up) MCU off I SBC = 25uA SBC LPM VDDON with osc MCU powered, HALT mode with osc. I SBC = 40uA, I MCU < 350uA Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink

25 Example: Body Controller Module Typical Scenario ms 50ms 700ms MCU Mode: STANDBY - + 8K RAM - + API/RTC (128K clock) - + Wake-up lines MCU Mode: RUN + Exec. from RAM - + IRC 16MHz - + Polling of ~24 digital + 5 analog inputs Duration: ~667ms Duration: ~200µs MCU Mode: RUN + Exec. from RAM + XTAL for IRC trimming - + IRC 16MHz - + Polling of ~24 digital + 5 analog inputs - + SPI: 500Kbps - + LIN: 3 msg at 20kbps Duration: 32ms Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 25

26 Managing Communication Wake-Ups High speed CAN I[mA] SBC wake-up SBC detects a wake up signal (3 dominant signals) Triggers a wake-up procedure. I[mA] SBC wake-up HW (fixed consumption) HW (fixed consumption) t[ms] t[ms] I[mA] Osc start MCU wake MCU Wakes up from an SBC signal. I[mA] Osc start MCU wake HW (fixed consumption) HW (fixed consumption) MCU behavior to process communication wake-up t[ms] MCU behavior to process communication wake-up t[ms] Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 26

27 Monitoring Fast Analog Signals V Scenario: Measure 3 fast analog inputs and check values (e.g., fast temperature sensors) read the state of 5 port inputs and check values Only continue full power-up if values breech predefined conditions Timing and absolute accuracy of initial measurements is not critical ADC function is active for approximately 9us (3us per conversion) in every 10ms Analog input t[s] μA Run from RAM & enable sensor 20μs 31μs 1μs 23mA 18mA Standby Current (8KRAM, 32KHIRC, API) 10μs 2ms Proposed solution: Use approach: STANDBY RUN STANDBY RUN Utilize STANDBY and retain 8K of RAM Utilize an API (Application Programming Interface) to wake-up periodically every 10ms and transition into RUN Clock the API with the on-chip 128KHz IRC (very low power Internal RC ocsillator) Use a 16MHz IRC for fast execution, accurate enough for this example application Execute limited code from RAM at 16MHz bus speed Run Current range 10ms Run from RAM & read sensor 20μs 10μs 40μs 10μs Standby Current (8KRAM, 32KHIRC, API) 7929μs Run from RAM & enable sensor 20μs 1μs 31μs 10μs Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 27

28 Monitoring Slow Analog Signals Proposed solution: Scenario: Measure 3 analog inputs and check values (for example, slow temperature sensors) Sensors are not instantly available for reading Sensor settling time: 2ms Timing and absolute accuracy of initial measurements is not critical ADC function is active for approximately 9us (3us per conversion) in every 10ms This solution is identical as previous one, except the STOP state will be used instead of STANDBY during the sensor stabilization period Use approach: STANDBY RUN STOP STANDBY RUN Return to STANDBY unless pre-defined conditions are exceeded V Analog input t[s] μA 40μA Run from RAM & enable sensor 20μs 31μs 1μs 23mA 18mA Sensor stabilization 10μs STOP Current 2ms Run Current range 10ms Run from RAM & read sensor 20μs 40μs 10μs 10μs Standby Current (8KRAM, 32KHIRC, API) 7929μs Run from RAM & enable sensor 20μs 31μs 1μs 10μs Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 28

29 AUTOSAR AUTOSAR 4.0 lacks specifications for sleeping or functionally degraded ECUs. Future AUTOSAR (AUTomotive Open System ARchitecture) enhancement: Support of partial networking (some kind of system degradation) Support of ECU degradation (implying MCU degradation) Dynamic degradation by System and ECU configuration Partial networking requirements Flexible network management (Today: only synchronized fall asleep of all ECUs of one bus) Specification for configuration of wake-up of a single ECU (avoiding wake-up of all connected ECUs) Definition of configurable wake-up patterns Transceiver enhancement Configuration of partial networks and related signals ECU degradation, a standardized approach for: De-initialization, re-initialization and re-configuration of software modules Adjustment on changed clock rates (of cores and/or other MCU blocks) which influences schedules (e.g., FlexRay). Adjustment on reduced clock accuracy which affects functions like PWM or CAN communication. Support of advanced low-power modes where some MCU blocks are still operative (e.g., PWM) while the rest of the MCU sleeps. Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 29

30 Low Power Challenges Automotive market demands for low power are increasing: More body nodes are appearing in every new generation of cars Each body node has more functionality and features More functionality demands more from the silicon: Smaller geometries to meet increasing demands Smaller technology drives the power curve Microcontroller Low Power Mechanisms Are there to make it easy Software support System Low Power Techniques: Power up fast Standby as much as possible Intelligent use of available resources Attention to power is needed from the beginning of system design Accuracy low high Cicuit/Logic Technology System Algorithm Architecture Session Summary Partitioning, Power Down, Power States Complexity, Concurrency, Regularity, Locality Parallelism, Pipelining, Redundancy, Data Encoding Logic Styles & Manipulation, Transistor Sizing, Energy recovery Threshold Reduction, Double-Threshold Devices Power Savings high low Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC, Platform in a Package, Processor Expert, QorIQ, QUICC Engine, SMAROS, TurboLink 30

31

Sensor Toolbox (Part 2): Inertial Sensors

Sensor Toolbox (Part 2): Inertial Sensors November 2010 Sensor Toolbox (Part 2): Inertial Sensors AMF-ENT-T1118 Michael Steffen MCU & Sensor Field Application Engineer Expert Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient

More information

Rapid Software Development on 32-Bit Automotive MPC56xx Family of MCUs

Rapid Software Development on 32-Bit Automotive MPC56xx Family of MCUs November, 2010 Rapid Software Development on 32-Bit Automotive MPC56xx Family of MCUs AMF-AUT-T0819 Patrick W. Menter Manager - Automotive Silicon Support Tools Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack,

More information

Remote Keyless Entry In a Body Controller Unit Application

Remote Keyless Entry In a Body Controller Unit Application 38 Petr Cholasta Remote Keyless Entry In a Body Controller Unit Application Many of us know this situation. When we leave the car, with a single click of a remote control we lock and secure it until we

More information

1 Introduction. Freescale Semiconductor Application Note. Document Number: AN3584 Rev. 0, 5/2008

1 Introduction. Freescale Semiconductor Application Note. Document Number: AN3584 Rev. 0, 5/2008 Freescale Semiconductor Application Note Document Number: AN3584 Rev. 0, 5/2008 MPC550 Family Low Power Features by: Christopher Platt and Carl Culshaw Applications Engineering Microcontroller Division

More information

AVR XMEGA Product Line Introduction AVR XMEGA TM. Product Introduction.

AVR XMEGA Product Line Introduction AVR XMEGA TM. Product Introduction. AVR XMEGA TM Product Introduction 32-bit AVR UC3 AVR Flash Microcontrollers The highest performance AVR in the world 8/16-bit AVR XMEGA Peripheral Performance 8-bit megaavr The world s most successful

More information

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, ColdFire+, C- Ware, the Energy Efficient Solutions logo, Kinetis,

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, ColdFire+, C- Ware, the Energy Efficient Solutions logo, Kinetis, July 19, 2013 Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, ColdFire+, C- Ware, the Energy Efficient Solutions logo, Kinetis, mobilegt, PEG, PowerQUICC, Processor Expert,

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

Ultra Low Power Microcontroller - Design Criteria - June 2017

Ultra Low Power Microcontroller - Design Criteria - June 2017 Ultra Low Power Microcontroller - Design Criteria - June 2017 Agenda 1. Low power technology features 2. Intelligent Clock Generator 3. Short wake-up times 4. Intelligent memory access 5. Use case scenario

More information

TN1271 Technical note

TN1271 Technical note Technical note SPC58xB/C/G Low Power Modes Introduction The technical note describes Low Power Modes available on SPC58xB/C/G devices family. It is focused and applied to the all derivatives of the 1M,

More information

Engineer-to-Engineer Note

Engineer-to-Engineer Note Engineer-to-Engineer Note EE-388 Technical notes on using Analog Devices products and development tools Visit our Web resources http://www.analog.com/ee-notes and http://www.analog.com/processors or e-mail

More information

RL78 Ultra Low Power MCU Lab

RL78 Ultra Low Power MCU Lab RL78 Ultra Low Power MCU Lab Renesas Electronics America Inc. Renesas Technology & Solution Portfolio 2 Renesas Technology & Solution Portfolio 3 Microcontroller and Microprocessor Line-up 2010 2012 32-bit

More information

Hello, and welcome to this presentation of the STM32L4 power controller. The STM32L4 s power management functions and all power modes will also be

Hello, and welcome to this presentation of the STM32L4 power controller. The STM32L4 s power management functions and all power modes will also be Hello, and welcome to this presentation of the STM32L4 power controller. The STM32L4 s power management functions and all power modes will also be covered in this presentation. 1 Please note that this

More information

AN4749 Application note

AN4749 Application note Application note Managing low-power consumption on STM32F7 Series microcontrollers Introduction The STM32F7 Series microcontrollers embed a smart architecture taking advantage of the ST s ART- accelerator

More information

Application Note. Introduction. AN2255/D Rev. 0, 2/2002. MSCAN Low-Power Applications

Application Note. Introduction. AN2255/D Rev. 0, 2/2002. MSCAN Low-Power Applications Application Note Rev. 0, 2/2002 MSCAN Low-Power Applications by S. Robb 8/16-bit MCU Division Freescale, East Kilbride Introduction The Freescale Scalable Controller Area Network (MSCAN) is the specific

More information

AVR XMEGA TM. A New Reference for 8/16-bit Microcontrollers. Ingar Fredriksen AVR Product Marketing Director

AVR XMEGA TM. A New Reference for 8/16-bit Microcontrollers. Ingar Fredriksen AVR Product Marketing Director AVR XMEGA TM A New Reference for 8/16-bit Microcontrollers Ingar Fredriksen AVR Product Marketing Director Kristian Saether AVR Product Marketing Manager Atmel AVR Success Through Innovation First Flash

More information

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, t he Energy Efficient Solutions logo, mobilegt, PowerQUICC,

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, t he Energy Efficient Solutions logo, mobilegt, PowerQUICC, Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, t he Energy Efficient Solutions logo, mobilegt, PowerQUICC, QorIQ, StarCore and Symphony are trademarks of Freescale

More information

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, t he Energy Efficient Solutions logo, mobilegt, PowerQUICC,

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, t he Energy Efficient Solutions logo, mobilegt, PowerQUICC, Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, t he Energy Efficient Solutions logo, mobilegt, PowerQUICC, QorIQ, StarCore and Symphony are trademarks of Freescale

More information

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, ColdFire+, C-Ware, the Energy Efficient Solutions logo, Kinetis,

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, ColdFire+, C-Ware, the Energy Efficient Solutions logo, Kinetis, Dr. Stephen Rober Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, t he Energy Efficient Solutions logo, mobilegt, PowerQUICC, QorIQ, StarCore and Symphony are trademarks

More information

This Part-B course discusses design techniques that are used to reduce noise problems in large-scale integration (LSI) devices.

This Part-B course discusses design techniques that are used to reduce noise problems in large-scale integration (LSI) devices. Course Introduction Purpose This Part-B course discusses design techniques that are used to reduce noise problems in large-scale integration (LSI) devices. Objectives Learn approaches and design methods

More information

STM8L and STM32 L1 series. Ultra-low-power platform

STM8L and STM32 L1 series. Ultra-low-power platform STM8L and STM32 L1 series Ultra-low-power platform 8-bit and 32-bit MCU families 2 Flash (bytes) 2 M 1 M 128 K 16 K 8-bit Core STM8S Mainstream STM8A F and STM8AL Automotive STM8L Ultra-low-power 32-bit

More information

DS1238A MicroManager PIN ASSIGNMENT PIN DESCRIPTION V BAT V CCO V CC

DS1238A MicroManager PIN ASSIGNMENT PIN DESCRIPTION V BAT V CCO V CC MicroManager www.dalsemi.com FEATURES Holds microprocessor in check during power transients Halts and restarts an out-of-control microprocessor Warns microprocessor of an impending power failure Converts

More information

RL78 Ultra Low Power MCU Lab

RL78 Ultra Low Power MCU Lab RL78 Ultra Low Power MCU Lab Michael Clodfelter Sr. Staff Application Engineer Class ID: CL07I Renesas Electronics America Inc. Mike Clodfelter Sr. Staff Application Engineer for Renesas Electronics 16bit

More information

Application Note. Introduction. AN2461/D Rev. 0, 2/2003. Low Power Management using HCS12 and SBC devices

Application Note. Introduction. AN2461/D Rev. 0, 2/2003. Low Power Management using HCS12 and SBC devices Application Note Rev. 0, 2/2003 Low Power Management using HCS12 and SBC devices By Manuel Alves Field Application Engineer Transportation and Standard Products Group Toulouse, France Introduction Low

More information

Creating Low Power Applications Using the Mode Entry Module Configuring Qorriva Microcontrollers to Minimize Power Consumption

Creating Low Power Applications Using the Mode Entry Module Configuring Qorriva Microcontrollers to Minimize Power Consumption Freescale Semiconductor Document Number:AN4240 Application Note Rev. 0, 8/2012 Creating Low Power Applications Using the Mode Entry Module Configuring Qorriva Microcontrollers to Minimize Power Consumption

More information

Interconnects, Memory, GPIO

Interconnects, Memory, GPIO Interconnects, Memory, GPIO Dr. Francesco Conti f.conti@unibo.it Slide contributions adapted from STMicroelectronics and from Dr. Michele Magno, others Processor vs. MCU Pipeline Harvard architecture Separate

More information

Freescale i.mx Applications Processors based on ARM Technology Connected Multimedia

Freescale i.mx Applications Processors based on ARM Technology Connected Multimedia Freescale i.mx Applications Processors based on ARM Technology Connected Multimedia 2010 ARM Technology Symposiums Vivek Tyagi- Country Sales Manager, Freescale India Freescale, the Freescale logo, CodeWarrior,

More information

Incorporating a Capacitive Touch Interface into Your Design

Incorporating a Capacitive Touch Interface into Your Design Incorporating a Capacitive Touch Interface into Your Design Renesas Electronics America Inc. Renesas Technology & Solution Portfolio 2 Microcontroller and Microprocessor Line-up 2010 2012 32-bit 8/16-bit

More information

Motivation for an Intelligent Battery Sensor. Introduction to MM912J637 Intelligent Battery Sensor. Competitive Advantages of MM912J637

Motivation for an Intelligent Battery Sensor. Introduction to MM912J637 Intelligent Battery Sensor. Competitive Advantages of MM912J637 June 2011 Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, t he Energy Efficient Solutions logo, mobilegt, PowerQUICC, QorIQ, StarCore and Symphony are trademarks of

More information

AN116. Power Management Techniques and Calculation. Introduction. Key Points. Power Saving Methods. Reducing System Clock Frequency

AN116. Power Management Techniques and Calculation. Introduction. Key Points. Power Saving Methods. Reducing System Clock Frequency Power Management Techniques and Calculation 1. Relevant Devices This application note applies to the following devices: C8051F000, C8051F001, C8051F002, C8051F005, C8051F006, C8051F010, C8051F011, C8051F012,

More information

Frequently Asked Questions

Frequently Asked Questions Product Name: System Basis Chips (SBCs) Date: April 2013 Application: Automotive ECUs Datasheet: www.infineon.com/sbc Contact Person: Norbert Ulshoefer/Antonio Monetti Note: The following information is

More information

Creating Energy Efficient Computers Marius Grannæs

Creating Energy Efficient Computers Marius Grannæs www.silabs.com Creating Energy Efficient Computers Marius Grannæs Microcontrollers & Radios EFM32 Gecko Microcontrollers... the world s most energy friendly microcontrollers EFR Draco Radios... the world

More information

Frequently Asked Questions

Frequently Asked Questions Product Name: System Basis Chips (SBCs) Date: August 2018 Application: Automotive ECUs Datasheet: TLE926x(-3)BQX Contact Person: Norbert Ulshoefer Mid-Range+ SBC Question 1: Chapter 3 Question 2: Chapter

More information

Lecture (02) PIC16F84 (I)

Lecture (02) PIC16F84 (I) Lecture (02) PIC16F84 (I) By: Dr. Ahmed ElShafee ١ Review of Memory Technologies The PIC 16 Series PIC 16F84A The PIC 16F84A Memory The Oscillator Instruction Cycle Power up and Reset Parallel ports Technical

More information

TEVATRON TECHNOLOGIES PVT. LTD Embedded! Robotics! IoT! VLSI Design! Projects! Technical Consultancy! Education! STEM! Software!

TEVATRON TECHNOLOGIES PVT. LTD Embedded! Robotics! IoT! VLSI Design! Projects! Technical Consultancy! Education! STEM! Software! Summer Training 2016 Advance Embedded Systems Fast track of AVR and detailed working on STM32 ARM Processor with RTOS- Real Time Operating Systems Covering 1. Hands on Topics and Sessions Covered in Summer

More information

2-Oct-13. the world s most energy friendly microcontrollers and radios

2-Oct-13.  the world s most energy friendly microcontrollers and radios 1 2 3 EFM32 4 5 LESENSE Low Energy Sensor Interface Autonomous sensing in Deep Sleep LESENSE with central control logic ACMP for sensor input DAC for reference generation Measure up to 16 sensors Inductive

More information

Infineon C167CR microcontroller, 256 kb external. RAM and 256 kb external (Flash) EEPROM. - Small single-board computer (SBC) with an

Infineon C167CR microcontroller, 256 kb external. RAM and 256 kb external (Flash) EEPROM. - Small single-board computer (SBC) with an Microcontroller Basics MP2-1 week lecture topics 2 Microcontroller basics - Clock generation, PLL - Address space, addressing modes - Central Processing Unit (CPU) - General Purpose Input/Output (GPIO)

More information

Freescale and the Freescale logo are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their

Freescale and the Freescale logo are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their S08 Highlighted Features Why Do I Need a Slave LIN Interface Controller (SLIC)? Design Challenges Slave synchronization Slave synchronizing to LIN messaging requires a cost versus resource trade-off. Your

More information

Capacitive Touch Based User Interfaces and Hardware-based Solutions

Capacitive Touch Based User Interfaces and Hardware-based Solutions Capacitive Touch Based User Interfaces and Hardware-based Solutions Renesas Electronics America Inc. Renesas Technology & Solution Portfolio 2 Microcontroller and Microprocessor Line-up 2010 2013 32-bit

More information

Overview of Qorivva family and MPC564xB/C (5 minutes) Smart peripherals for lighting (20 minutes) Gateway communications and questions (5 minutes)

Overview of Qorivva family and MPC564xB/C (5 minutes) Smart peripherals for lighting (20 minutes) Gateway communications and questions (5 minutes) 23 June 2011 Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, t he Energy Efficient Solutions logo, mobilegt, PowerQUICC, QorIQ, StarCore and Symphony are trademarks

More information

Mask Set Errata for Mask 3N86B

Mask Set Errata for Mask 3N86B Freescale Semiconductor KINETIS_50MHZ_3N86B Mask Set Errata Rev 08 AUG 2013 Mask Set Errata for Mask 3N86B Introduction This report applies to mask 3N86B for these products: KINETIS_50MHZ Errata ID Errata

More information

Introduction to ARM LPC2148 Microcontroller

Introduction to ARM LPC2148 Microcontroller Introduction to ARM LPC2148 Microcontroller Dr.R.Sundaramurthy Department of EIE Pondicherry Engineering College Features of LPC2148 in a Nut Shell CPU = ARM 7 Core Word Length = 32 Bit ROM = 512 KB RAM

More information

Choice of 2 technology platforms. Flexibility in Timing. Flexibility in Teams

Choice of 2 technology platforms. Flexibility in Timing. Flexibility in Teams Updated May 2012 Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, t he Energy Efficient Solutions logo, mobilegt, PowerQUICC, QorIQ, StarCore and Symphony are trademarks

More information

Analog, Mixed-Signal and Power Management

Analog, Mixed-Signal and Power Management Analog, Mixed-Signal and Power Management MM912_637 Applications Battery Current / Voltage / Temperature Monitoring Battery State of Charge Monitoring Battery State of Health Monitoring Xtrinsic Integrated

More information

Overview of Freescale s Platform

Overview of Freescale s Platform June, 2010 Overview of Freescale s 802.15.4 Platform FTF-ENT-F0509 Matt Maupin Technical Marketer Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC,

More information

Mask Set Errata for Mask 2N27B

Mask Set Errata for Mask 2N27B Freescale Semiconductor COLDFIREPLUS_2N27B Mask Set Errata Rev 29 JUL 2013 Mask Set Errata for Mask 2N27B Introduction This report applies to mask 2N27B for these products: COLDFIREPLUS Errata ID Errata

More information

TouchCore351-ML16IP. Capacitive Touch Sensor Controller

TouchCore351-ML16IP. Capacitive Touch Sensor Controller Total Solution of MCU TouchCore351-ML16IP Capacitive Touch Sensor Controller CORERIVER Semiconductor reserves the right to make corrections, modifications, enhancements, improvements, and other changes

More information

Freescale s Next Generation 8-bit LCD Solutions

Freescale s Next Generation 8-bit LCD Solutions Freescale s Next Generation 8-bit LCD Solutions When most consumers think of LCD, they probably envision a flat panel television or computer monitor. However, there are millions more LCDs out there that

More information

Freescale s Sensors for Low-Power Applications WISH 2011

Freescale s Sensors for Low-Power Applications WISH 2011 Freescale s Sensors for Low-Power Applications WISH 2011 Aug 22, 2011 Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, t he Energy Efficient Solutions logo, mobilegt,

More information

TP6836. USB 2.4G RF Dongle. Data Sheet

TP6836. USB 2.4G RF Dongle. Data Sheet TP6836 Data Sheet tenx reserves the right to change or discontinue the manual and online documentation to this product herein to improve reliability, function or design without further notice. tenx does

More information

COL862 - Low Power Computing

COL862 - Low Power Computing COL862 - Low Power Computing Power Measurements using performance counters and studying the low power computing techniques in IoT development board (PSoC 4 BLE Pioneer Kit) and Arduino Mega 2560 Submitted

More information

AN3316 Application note

AN3316 Application note Application note SPC560B power and mode management Introduction This application note is intended for system designers who require a hardware implementation overview of the low-power modes of the SPC560B

More information

Xtrinsic Touch Sensing Software 2.0 Add touch. With flexible libraries.

Xtrinsic Touch Sensing Software 2.0 Add touch. With flexible libraries. Xtrinsic Touch Sensing Software 2.0 Add touch. With flexible libraries. Eduardo Viramontes Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, mobilegt, PowerQUICC, StarCore,

More information

Designing for Low Power with Programmable System Solutions Dr. Yankin Tanurhan, Vice President, System Solutions and Advanced Applications

Designing for Low Power with Programmable System Solutions Dr. Yankin Tanurhan, Vice President, System Solutions and Advanced Applications Designing for Low Power with Programmable System Solutions Dr. Yankin Tanurhan, Vice President, System Solutions and Advanced Applications Overview Why is power a problem? What can FPGAs do? Are we safe

More information

STM32L4 System operating modes

STM32L4 System operating modes STM32L4 System operating modes Typical application profile 2 Tperiod Tperiod I DD Process IRQ ACTIVE IRQ ACTIVE OFF STARTUP INITIALIZATION TASKS Tasks TASKS INACTIVE INACTIVE INACTIVE Application phases:

More information

Michael Jennings. June 2011

Michael Jennings. June 2011 Michael Jennings June 2011 Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, t he Energy Efficient Solutions logo, mobilegt, PowerQUICC, QorIQ, StarCore and Symphony

More information

Study and implementation of RL78 low power mode

Study and implementation of RL78 low power mode January 2014 Study and implementation of RL78 low power mode Application note Emeric Bartholin GE5 YEARS 2013-2014 Summary Introduction... 2 1. Internal architecture of RL78... 3 2. The three mode of low

More information

AND9407/D Low Power Techniques of LC Series for Audio Applications

AND9407/D Low Power Techniques of LC Series for Audio Applications Low Power Techniques of LC823450 Series for Audio Applications Introduction This application note describes low power techniques to enable customers to control the power consumption to meet their operation

More information

Wai Chee Wong Sr.Member of Technical Staff Freescale Semiconductor. Raghu Binnamangalam Sr.Technical Marketing Engineer Cadence Design Systems

Wai Chee Wong Sr.Member of Technical Staff Freescale Semiconductor. Raghu Binnamangalam Sr.Technical Marketing Engineer Cadence Design Systems Wai Chee Wong Sr.Member of Technical Staff Freescale Semiconductor Raghu Binnamangalam Sr.Technical Marketing Engineer Cadence Design Systems Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior,

More information

8. Power Management and Sleep Modes

8. Power Management and Sleep Modes 8. Power Management and Sleep Modes 8.1 Features Power management for adjusting power consumption and functions Five sleep modes Idle Power down Power save Standby Extended standby Power reduction register

More information

Getting Started With the Stellaris EK-LM4F120XL LaunchPad Workshop. Version 1.05

Getting Started With the Stellaris EK-LM4F120XL LaunchPad Workshop. Version 1.05 Getting Started With the Stellaris EK-LM4F120XL LaunchPad Workshop Version 1.05 Agenda Introduction to ARM Cortex Cortex -M4F M4F and Peripherals Code Composer Studio Introduction to StellarisWare, I iti

More information

August, 2010 Enabling Software Defined Radio with the Modem Vector Signal Processor ENT-F0766

August, 2010 Enabling Software Defined Radio with the Modem Vector Signal Processor ENT-F0766 August, 2010 Enabling Software Defined Radio with the Modem Vector Signal Processor ENT-F0766 Kevin Traylor Freescale Fellow Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions

More information

Last Time. Making correct concurrent programs. Maintaining invariants Avoiding deadlocks

Last Time. Making correct concurrent programs. Maintaining invariants Avoiding deadlocks Last Time Making correct concurrent programs Maintaining invariants Avoiding deadlocks Today Power management Hardware capabilities Software management strategies Power and Energy Review Energy is power

More information

STM bit ARM Cortex MCUs STM32F030 Series

STM bit ARM Cortex MCUs STM32F030 Series STM32 32-bit ARM Cortex MCUs STM32F030 Series ST has licensed Cortex-M processors 2 Forget traditional 8/16/32-bit classifications and get Seamless architecture across all applications Every product optimized

More information

Universität Dortmund. MCUs Low-Power Features

Universität Dortmund. MCUs Low-Power Features MCUs Low-Power Features Why Low Power Is so Important for MCUs? Longer battery life Smaller products Simpler power supplies Less EMI simplifies PCB Permanent battery Reduced liability Power as a Design

More information

Introducing STM32 L0x Series. April

Introducing STM32 L0x Series. April Introducing STM32 L0x Series April 2014 www.emcu.it 20- to 80pins 20- to 100pins 48- to 144pins Memory size (Bytes) ST s Ultra-low-power Continuum (1/2) 2 512K 256K 192K STM32L0 Cortex TM -M0+ STM32L1

More information

Frequently Asked Questions

Frequently Asked Questions Product Name: System Basis Chips (SBCs) Date: September 2014 Application: Automotive ECUs Datasheet: TLE9263-3QX rev. 1.1 Contact Person: Norbert Ulshoefer/Antonio Monetti/Shinichiro Tatsu Mid-Range SBC

More information

Hello, and welcome to this presentation of the STM32 Reset and Clock Controller.

Hello, and welcome to this presentation of the STM32 Reset and Clock Controller. Hello, and welcome to this presentation of the STM32 Reset and Clock Controller. 1 The RCC controller integrated inside STM32 products manages system and peripheral clocks. STM32F7 devices embed two internal

More information

OUTLINE Introduction Power Components Dynamic Power Optimization Conclusions

OUTLINE Introduction Power Components Dynamic Power Optimization Conclusions OUTLINE Introduction Power Components Dynamic Power Optimization Conclusions 04/15/14 1 Introduction: Low Power Technology Process Hardware Architecture Software Multi VTH Low-power circuits Parallelism

More information

ZigBee Compliant Platform 2.4G RF Low Power Transceiver Module for IEEE Standard. DATA SHEET Version B

ZigBee Compliant Platform 2.4G RF Low Power Transceiver Module for IEEE Standard. DATA SHEET Version B ZMD400-A01 ZigBee Compliant Platform 2.4G RF Low Power Transceiver Module for IEEE 802.15.4 Standard DATA SHEET Version B Quan International Co., Ltd., ZMD400 Features Fully compliant 802.15.4 Standard

More information

TC9256APG, TC9256AFG, TC9257APG, TC9257AFG

TC9256APG, TC9256AFG, TC9257APG, TC9257AFG PLL for DTS TOSHIBA CMOS Digital Integrated Circuit Silicon Monolithic TC9256, 57APG/AFG TC9256APG, TC9256AFG, TC9257APG, TC9257AFG The TC9256APG, TC9256AFG, TC9257APG and TC9257AFG are phase-locked loop

More information

Typical Applications: GHz Bluetooth low energy systems - Proprietary 2.4 GHz systems - Sports and leisure equipment - Mobile phone accessories,

Typical Applications: GHz Bluetooth low energy systems - Proprietary 2.4 GHz systems - Sports and leisure equipment - Mobile phone accessories, PTR5618 Coin-size Ultra Low Power Bluetooth Low Energy System on Module Embedded Cortex M4F 32 bit processor The PTR5618 ultra-low power Bluetooth Low Energy/ANT/2.4GHz Proprietary Multi-protocol modules

More information

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, t he Energy Efficient Solutions logo, mobilegt, PowerQUICC,

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, t he Energy Efficient Solutions logo, mobilegt, PowerQUICC, Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, t he Energy Efficient Solutions logo, mobilegt, PowerQUICC, QorIQ, StarCore and Symphony are trademarks of Freescale

More information

RA8835. Dot Matrix LCD Controller Specification. Version 1.2 June 1, RAiO Technology Inc. Copyright RAiO Technology Inc.

RA8835. Dot Matrix LCD Controller Specification. Version 1.2 June 1, RAiO Technology Inc. Copyright RAiO Technology Inc. RAiO Dot Matrix LCD Controller Specification Version 1.2 June 1, 2005 RAiO Technology Inc. Copyright RAiO Technology Inc. 2004, 2005 RAiO TECHNOLOGY I. 1/6 Preliminary Version 1.2 1. Overview The is a

More information

EFM32....the world s most energy friendly microcontrollers

EFM32....the world s most energy friendly microcontrollers EFM32...the world s most energy friendly microcontrollers Energy Micro s Mission EFM32 Gecko Microcontrollers... the world s most energy friendly microcontrollers EFR Draco Radios... the world s most energy

More information

Clock and Fuses. Prof. Prabhat Ranjan Dhirubhai Ambani Institute of Information and Communication Technology, Gandhinagar

Clock and Fuses. Prof. Prabhat Ranjan Dhirubhai Ambani Institute of Information and Communication Technology, Gandhinagar Clock and Fuses Prof. Prabhat Ranjan Dhirubhai Ambani Institute of Information and Communication Technology, Gandhinagar Reference WHY YOU NEED A CLOCK SOURCE - COLIN O FLYNN avrfreaks.net http://en.wikibooks.org/wiki/atmel_avr

More information

TRK-S12ZVL Quick Start Guide. MagniV Mixed-signal MCUs for LIN Applications

TRK-S12ZVL Quick Start Guide. MagniV Mixed-signal MCUs for LIN Applications TRK-S12ZVL Quick Start Guide MagniV Mixed-signal MCUs for LIN Applications Quick Start Guide Introduction The TRK-S12ZVL features the S12ZVL, an automotive 16-bit MCU family. This integrates on the same

More information

Arduino Uno R3 INTRODUCTION

Arduino Uno R3 INTRODUCTION Arduino Uno R3 INTRODUCTION Arduino is used for building different types of electronic circuits easily using of both a physical programmable circuit board usually microcontroller and piece of code running

More information

ARDUINO MEGA INTRODUCTION

ARDUINO MEGA INTRODUCTION ARDUINO MEGA INTRODUCTION The Arduino MEGA 2560 is designed for projects that require more I/O llines, more sketch memory and more RAM. With 54 digital I/O pins, 16 analog inputs so it is suitable for

More information

APPLICATION NOTE 655 Supervisor ICs Monitor Battery-Powered Equipment

APPLICATION NOTE 655 Supervisor ICs Monitor Battery-Powered Equipment Maxim > Design Support > Technical Documents > Application Notes > Automotive > APP 655 Maxim > Design Support > Technical Documents > Application Notes > Microprocessor Supervisor Circuits > APP 655 Keywords:

More information

Factsheet 16FX Concept Compatible Platform of 16-bit Microcontrollers

Factsheet 16FX Concept Compatible Platform of 16-bit Microcontrollers Fujitsu Semiconductor Europe Factsheet Concept Compatible Platm of 16-bit Microcontrollers Concept Compatible Platm of 16-bit Microcontrollers The Platm offers a choice of 100 part numbers ranging from

More information

DDR Memory controller fundamentals review

DDR Memory controller fundamentals review 14 Aug 2012 Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, ColdFire+, C-Ware, the Energy Efficient Solutions logo, Kinetis, mobilegt, PowerQUICC, Processor Expert, QorIQ,

More information

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, the Energy Efficient Solutions logo, mobilegt, PowerQUICC,

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, the Energy Efficient Solutions logo, mobilegt, PowerQUICC, March 2013 Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, the Energy Efficient Solutions logo, mobilegt, PowerQUICC, QorIQ, StarCore and Symphony are trademarks of

More information

Android OS and Power Architecture

Android OS and Power Architecture June 24, 2010 OS and Power Architecture FTF-NET-F0677 Phil Brownfield Software Product Manager, NMG Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC,

More information

AN2202 Application note

AN2202 Application note Application note STR73x microcontroller power management Introduction This application note provides an overview of the STR73x power management features and gives some guidelines for using the low power

More information

LC75808E, 75808W. 1/8 to 1/10 Duty LCD Display Drivers with Key Input Function

LC75808E, 75808W. 1/8 to 1/10 Duty LCD Display Drivers with Key Input Function Ordering number : ENN6370A CMOS IC LC75808E, 75808W 1/8 to 1/10 Duty LCD Display Drivers with Key Input Function Overview The LC75808E and LC75808W are 1/8 to 1/10 duty LCD display drivers that can directly

More information

Introduction S08P Peripherals deep-dive. CW IDE Setup. S08P V6 Flash and EEPROM FlexTimer ADC Watchdog Timer TSI ACMP SCI, SPI,IIC

Introduction S08P Peripherals deep-dive. CW IDE Setup. S08P V6 Flash and EEPROM FlexTimer ADC Watchdog Timer TSI ACMP SCI, SPI,IIC May 2012 Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, t he Energy Efficient Solutions logo, mobilegt, PowerQUICC, QorIQ, StarCore and Symphony are trademarks of

More information

STM32 F0 Value Line. Entry-level MCUs

STM32 F0 Value Line. Entry-level MCUs STM32 F0 Value Line Entry-level MCUs Key Messages 2 STM32 F0: Is the Cortex -M0 core generated with ST s STM32 DNA, for cost sensitive designs. The STM32 F0 is benefiting of STM32 DNA, providing the essential

More information

High-Performance 32-bit

High-Performance 32-bit High-Performance 32-bit Microcontroller with Built-in 11-Channel Serial Interface and Two High-Speed A/D Converter Units A 32-bit microcontroller optimal for digital home appliances that integrates various

More information

AM18X5. 1. Introduction. 2. System Power Control Applications. Application Note. AM18X5 Family System Power Management

AM18X5. 1. Introduction. 2. System Power Control Applications. Application Note. AM18X5 Family System Power Management Application Note Family System Power Management 1. Introduction In addition to fundamentally low power RTC operation, the Ambiq includes the capability to effectively manage the power of other devices

More information

TP6825. USB Full Speed Game Pad Controller. Data Sheet. Tenx reserves the right to change or discontinue this product without notice.

TP6825. USB Full Speed Game Pad Controller. Data Sheet. Tenx reserves the right to change or discontinue this product without notice. Advance Information TP6825 USB Full Speed Game Pad Controller Data Sheet Tenx reserves the right to change or discontinue this product without notice. tenx technology, inc. Contain 1. GENERAL DESCRIPTION...

More information

Smartbook Tablet Reference Design

Smartbook Tablet Reference Design June, 2010 Smartbook Tablet Reference Design FTF-CON-F0595 Steve Sperle, Consumer Segment Marketing Sri Subramanian, Senior Product Manager Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy

More information

Low-Power Techniques for the S12X Family Steve McAslan MCD Applications, EKB

Low-Power Techniques for the S12X Family Steve McAslan MCD Applications, EKB Freescale Semiconductor Application Note Document Number: AN3289 Rev. 0, 07/2006 Low-Power Techniques for the S12X Family by: Steve McAslan MCD Applications, EKB 1 Introduction Many applications depend

More information

Hibernation Module. Introduction. Agenda

Hibernation Module. Introduction. Agenda Hibernation Module Introduction In this chapter we ll take a look at the hibernation module and the low power modes of the M4F. The lab will show you how to place the device in sleep mode and you ll measure

More information

FOR IOT PRODUCT DEVELOPMENT

FOR IOT PRODUCT DEVELOPMENT FOR IOT PRODUCT DEVELOPMENT TRONSHOW IEEE2050-2018 STANDARD 2018/12/12 ATSUSHI HASEGAWA INDUSTRIAL SOLUTION BUSINESS UNIT RENESAS ELECTRONICS CORPORATION SOLUTION OFFERINGS FOR FOCUS DOMAINS To develop

More information

Software Datapath Acceleration for Stateless Packet Processing

Software Datapath Acceleration for Stateless Packet Processing June 22, 2010 Software Datapath Acceleration for Stateless Packet Processing FTF-NET-F0817 Ravi Malhotra Software Architect Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions

More information

Hibernate. XMC microcontrollers September 2016

Hibernate. XMC microcontrollers September 2016 Hibernate XMC microcontrollers September 01 Agenda 1 Key feature: real time clock and retention memory Key feature: low power analog comparator Key feature: flexible wake-up configuration Application examples

More information

Migrating Applications from MC9S12VR64 to MC9S12VR32 by: Manuel Rodríguez

Migrating Applications from MC9S12VR64 to MC9S12VR32 by: Manuel Rodríguez NXP Semiconductors Document Number: AN5091 Application Note Rev. 1, 08/2016 Migrating Applications from MC9S12VR64 to MC9S12VR32 by: Manuel Rodríguez Contents 1. Introduction This application note is intended

More information

Module Introduction. This training module provides an overview of Freescale s scalable solutions for low data rate 2.4 GHz connectivity.

Module Introduction. This training module provides an overview of Freescale s scalable solutions for low data rate 2.4 GHz connectivity. Module Introduction Purpose This training module provides an overview of Freescale s scalable solutions for low data rate 2.4 GHz connectivity. Objectives Understand Freescale s approach to ZigBee architecture

More information

Hands-On Workshop: Freescale MQX Drivers and BSP s

Hands-On Workshop: Freescale MQX Drivers and BSP s June 24, 2010 Hands-On Workshop: Freescale MQX Drivers and BSP s FTF-ENT-F0721 Carlos Neri / Anthony Huereca / Derek Snell Freescale Semiconductor Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the

More information

Lecture 14. Ali Karimpour Associate Professor Ferdowsi University of Mashhad

Lecture 14. Ali Karimpour Associate Professor Ferdowsi University of Mashhad Lecture 14 AUTOMATIC CONTROL SYSTEMS Ali Karimpour Associate Professor Ferdowsi University of Mashhad Lecture 4 The AVR Microcontroller Introduction to AVR CISC (Complex Instruction Set Computer) Put as

More information