Reset and clock control (RCC)

Size: px
Start display at page:

Download "Reset and clock control (RCC)"

Transcription

1 Reset and clock control (RCC)

2 RESET Sources 86 System RESET Resets all registers except some RCC registers, PWR registers and Backup domain Sources Low level on the NRST pin (External Reset) WWDG event IWDG event Firewall event A software reset (through NVIC) Low-power mode security reset Option byte loader reset Brown-out Reset Reset flag source can be found in RCC_CSR register

3 RESET Sources 87 Power RESET Sources Brown-out reset BOR => reset all registers except those in Backup domain Exit from STANDBY => all registers in V CORE domain are reset Registers outside the VCORE domain (RTC, WKUP, IWDG, and Standby/Shutdown modes control) are not impacted. Exit from SHUTDOWN generates a BOR Reset. Backup domain RESET Resets in the Backup domain: RTC registers + Backup Registers + RCC BDCR register Sources BDRST bit in RCC BDCR register VDD or VBAT power on, if both supplies have previously been powered off Peripherals individual reset in RCC_AHBxRSTR/APBxRSTRy

4 Reset block diagram 88 Reset pull-up deactivated when internal reset V DD /V DDA R PU External RESET NRST Filter SYSTEM RESET WWDG RESET PULSE GENERATOR (min 20µs) IWDG RESET Firewall RESET Option byte loading RESET Software RESET BOR RESET Low power management RESET

5 Clocks: MSI (Multi-Speed Internal) 89 MSI = clock at startup from Reset, Standby or Shutdown modes. Programmable frequency : 12 ranges selected with MSIRANGE in RCC_CR: 100 khz, 200 khz, 400 khz, 800 khz, 1 MHz, 2 MHz, 4 MHz (reset value), 8 MHz, 16 MHz, 24 MHz, 32 MHz, 48 MHz. After Reset and Shutdown, MSI frequency is 4 MHz, selected by MSISRANGE in RCC_CSR register After Standby: Frequency selected from 1, 2, 4 or 8 MHz with MSISRANGE in RCC_CSR register. MSIRGSEL must be set in RCC_CR to switch to the frequency selected by MSIRANGE

6 Clocks: MSI (Multi-Speed Internal) 90 Can be selected as clock at wakeup from Stop 1 or 2 modes / CSS backup clock Normal mode and PLL-mode (=auto-calibration with LSE) PLL-mode : allows USB FS device functionality (0.25% accuracy) Factory and user trimmed

7 Clocks: HSI(High-Speed Internal) 91 HSI 16MHz, factory and user trimmed Can be selected as clock at wakeup from Stop 1 or 2 modes / CSS backup clock Can be automatically woken up when exiting Stop modes (HSIASFS set in RCC_CR) Clock requested by I2C and U(S)ART/LPUART peripherals to support wakeup from Stop 1 or 2 modes

8 Accuracy (max) Consumption (typ) Startup time (typ) HSI vs. MSI (design spec) Normal mode MSI Over temperature: ±6% Over voltage: From 100 to 800 khz : ±1% From 1 to 8 MHz : ±2% From 16 to 48 MHz : ±4% 100 khz : 0.5 µa 800 khz : 2µA 1 MHz : 5µA 8 MHz : 20 µa 16 MHz : 60 µa 48 MHz : 160 µa 100 khz : 10 µs 48 MHz : 2.5 µs PLL-mode Better than 0.25% 1.25 ms for 5% of final freq. HSI TBD 130 µa 0.9 µs 92

9 Clocks: HSE(High-Speed External) 93 HSE 4-48MHz External source (Bypass mode) up to 40 MHz External Crystal/Ceramic resonator (4-48MHz) Clock Security System (CSS) Automatic detection of HSE failure with NMI generation Break input to TIM1/TIM8/TIM15/TIM16/TIM17 Backup clock can be HSI or MSI depending on STOPWUCK in RCC_CFGR MSI by default

10 Clocks: PLL 94 3 PLLs Each with 3 independent outputs PLLs input frequency must be between 4 and 16 MHz PLL input can be MSI/HSI or HSE 5,6,7,8 f(vco clock) = (f(pll clock input)/pllm) PLLN f(pll_p) = f(vco clock) / PLLP f(pll_q) = f(vco clock) / PLLQ f(pll_r) = f(vco clock) / PLLR PLLM from 1 to 8 PLLN from 8 to 86 PLLP = 7 or 17 PLLQ = 2, 4, 6, 8 PLLR = 2, 4, 6, 8 PLLP from 02/07/ to 31 in derivatives

11 System clock 95 Selected between HSI/HSE/MSI/PLL Maximum frequency 80 MHz APB1 and APB2 up to 80 MHz Clock source max frequency depending on voltage scaling: Voltage range MSI HSI HSE PLL Range 1 Range 2 48 MHz range 24 MHz range 16 MHz 48 MHz 80 MHz VCO max = 344 MHz 16 MHz 26 MHz 26 MHz VCO max = 128 MHz 95

12 Clocks: LSE (Low-Speed External) 96 LSE: programmable amplifier driving capability (4 modes) Mode Crystal (max) Consumption (typ) Ultra low power 50kOhm/6pF 200 na Medium low driving 80kOhm/6pF 260 na Medium high driving 50kOhm/12.5pF 410 na High driving 80kOhm/12.5pF 540 na Available in all low-power modes + VBAT

13 Clocks: LSI (Low-Speed Internal) 97 LSI 32kHz Parameters STM32L15x STM32L4x Accuracy over parts KHz ~8% Accuracy over temperature -10% / +4% 2% (0..85 C) ( C) Consumption (typ) 400nA 110nA Available in all low-power modes except Shutdown and VBAT

14 Clocks 98 Clock security system on LSE Available in all modes except Shutdown and VBAT. Still working under reset. Clock-out capability : MCO selected between : LSI LSE SYSCLK LSCO selected between : LSI LSE Available in all modes except VBAT HSI HSE PLLCLK MSI

15 Peripheral clocks Enable registers: RCC_AHBxENR, RCC_APBxENRy: Peripheral clock disable by default (except Flash) After enable bit is set: 2 clock cycles delay before clock to be active Clocks Registers read and write access not supported when clock is disable. Caution: SRAM1 and SRAM2 do not have enable bit 99 Peripheral clocks Enable registers in Sleep and Stop modes: RCC_AHBxSMENR, RCC_APBxSMENRy: If the corresponding peripheral xxen bit is set: xxsmen controls if the peripheral clocks are enable in Sleep, LPSleep, Stop 1/2 modes. No effect if xxen is cleared Control both bus and kernel clock Control both in Sleep and Stop modes (for peripheral with independent clock active in Stop) Caution: SRAM1 and SRAM2 clock is enable by default in Sleep/LPSleep

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

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

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

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

AN5096. Getting started with STM32G0 Series hardware development. Application note. Introduction

AN5096. Getting started with STM32G0 Series hardware development. Application note. Introduction Application note Getting started with STM32G0 Series hardware development Introduction This application note is intended for system designers who require a hardware implementation overview of the development

More information

AN4325 Application note

AN4325 Application note Application note Getting started with STM32F030xx and STM32F070xx series hardware development Introduction This application note is intended for system designers who require a hardware implementation overview

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

Hello, and welcome to this presentation of the STM32 Real- Time Clock. It covers the main features of this peripheral, which is used to provide a

Hello, and welcome to this presentation of the STM32 Real- Time Clock. It covers the main features of this peripheral, which is used to provide a Hello, and welcome to this presentation of the STM32 Real- Time Clock. It covers the main features of this peripheral, which is used to provide a very accurate time base. 1 The RTC peripheral features

More information

AN4809 Application note

AN4809 Application note Application note Migrating between STM32L0 Series and STM32L4 Series / STM32L4+ Series microcontrollers Introduction For the designers of STM32 microcontroller applications, being able to easily replace

More information

Microcontrollers: Lecture 2 Low power Modes, Buses, Memory, GPIOs. Michele Magno

Microcontrollers: Lecture 2 Low power Modes, Buses, Memory, GPIOs. Michele Magno Microcontrollers: Lecture 2 Low power Modes, Buses, Memory, GPIOs Michele Magno 1 Calendar 07.04.2016: Power consumption; Low power States; Buses, Memory, GPIOs 08.04.2016 Interrupts, Timers, ADC, DAC

More information

STM32G070CB/KB/RB. Arm Cortex -M0+ 32-bit MCU, 128 KB Flash, 36 KB RAM, 4x USART, timers, ADC, comm. I/Fs, V. Features

STM32G070CB/KB/RB. Arm Cortex -M0+ 32-bit MCU, 128 KB Flash, 36 KB RAM, 4x USART, timers, ADC, comm. I/Fs, V. Features STM32G070CB/KB/RB Arm Cortex -M0+ 32-bit MCU, 128 KB Flash, 36 KB RAM, 4x USART, timers, ADC, comm. I/Fs, 2.0-3.6V Datasheet - production data Features Core: Arm 32-bit Cortex -M0+ CPU, frequency up to

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

STM32F4 Labs. T.O.M.A.S Technically Oriented Microcontroller Application Services V1.07

STM32F4 Labs. T.O.M.A.S Technically Oriented Microcontroller Application Services V1.07 STM32F4 Labs T.O.M.A.S Technically Oriented Microcontroller Application Services V1.07 CONTENT 1/3 2 1. GPIO lab 2. EXTI lab 3. SLEEP lab 4. STOP lab 5. STANDBY lab 6. DMA Poll lab 7. DMA Interrupt lab

More information

AN4809 Application note

AN4809 Application note AN4809 Application note Migrating between STM32L0 Series and STM32L4 Series / STM32L4+ Series microcontrollers Introduction For the designers of STM32 microcontroller applications, being able to easily

More information

STM32L052x6 STM32L052x8

STM32L052x6 STM32L052x8 Ultra-low-power 32-bit MCU ARM-based Cortex-M0+, up to 64 KB Flash, 8 KB SRAM, 2 KB EEPROM, USB, ADC Data brief Features Ultra-low-power platform 1.65 V to 3.6 V power supply -40 to 105/125 C temperature

More information

STM32F4 Introduction F1/F2/F4 Comparison Features Highlight

STM32F4 Introduction F1/F2/F4 Comparison Features Highlight STM32F4 Introduction F1/F2/F4 Comparison Features Highlight February 20 th 2012 2 Content Product family overview F1/F2/F4 features comparisons Features highlight Boot & Remap feature RTC calibration &

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

AN2585 Application note

AN2585 Application note AN2585 Application note Application examples of the STM32F101xx and STM32F103xx core and system peripherals Introduction The STM32F10xxx is built around the latest Cortex -M3 core from ARM designed for

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

AN3147 Application note

AN3147 Application note Application note STM8L family power management Introduction This document is intended for application designers who require a hardware implementation overview of low power modes in the STM8L product families.

More information

Hello, and welcome to this presentation of the STM32 Low Power Universal Asynchronous Receiver/Transmitter interface. It covers the main features of

Hello, and welcome to this presentation of the STM32 Low Power Universal Asynchronous Receiver/Transmitter interface. It covers the main features of Hello, and welcome to this presentation of the STM32 Low Power Universal Asynchronous Receiver/Transmitter interface. It covers the main features of this interface, which is widely used for serial communications.

More information

STM8L151x4, STM8L151x6, STM8L152x4, STM8L152x6

STM8L151x4, STM8L151x6, STM8L152x4, STM8L152x6 STM8L151x4, STM8L151x6, STM8L152x4, STM8L152x6 8-bit ultra-low-power MCU, up to 32 KB Flash, 1 KB Data EEPROM, RTC, LCD, timers, USART, I2C, SPI, ADC, DAC, comparators Datasheet - production data Features

More information

ARM Cortex core microcontrollers 12 th Energy efficient operation

ARM Cortex core microcontrollers 12 th Energy efficient operation ARM Cortex core microcontrollers 12 th Energy efficient operation Balázs Scherer Budapest University of Technology and Economics Department of Measurement and Information Systems BME-MIT 2017 The importance

More information

Ultra-low-power ARM Cortex -M4 32-bit MCU+FPU, 100DMIPS, up to 1MB Flash, 128 KB SRAM, USB OTG FS, LCD, analog, audio. STM32L476xx

Ultra-low-power ARM Cortex -M4 32-bit MCU+FPU, 100DMIPS, up to 1MB Flash, 128 KB SRAM, USB OTG FS, LCD, analog, audio. STM32L476xx STM32L476xx Ultralowpower ARM Cortex M4 32bit MCU+FPU, 100DMIPS, up to 1MB Flash, 128 KB SRAM, USB OTG FS, LCD, analog, audio Data brief Features Ultralowpower with FlexPowerControl 1.71 V to 3.6 V power

More information

STM32SnippetsL0. STM32L0xx Snippets firmware package. Features. Description

STM32SnippetsL0. STM32L0xx Snippets firmware package. Features. Description STM32L0xx Snippets firmware package Data brief Features Complete free C source code firmware examples for STM32L0xx microcontrollers Basic examples using direct-access registers as defined in CMSIS Cortex

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

AN4311 Application note

AN4311 Application note Application note Assessing STM32L1 Series current consumption Introduction The STMicroelectronics ARM Cortex -M3 based STM32L1 series uses ST s proprietary ultra-low-leakage process technology with an

More information

STM32L4+ MCU series Excellence in ultra-low-power with more performance

STM32L4+ MCU series Excellence in ultra-low-power with more performance STM32L4+ MCU series Excellence in ultra-low-power with more performance Key messages of STM32 L4+ series 2 + More performance and still ULP leader ST has stretched the STM32L4 architecture to reach 150

More information

STM8L151x4, STM8L151x6, STM8L152x4, STM8L152x6

STM8L151x4, STM8L151x6, STM8L152x4, STM8L152x6 STM8L151x4, STM8L151x6, STM8L152x4, STM8L152x6 8-bit ultralow power MCU, up to 32 KB Flash, 1 KB Data EEPROM, RTC, LCD, timers, USART, I2C, SPI, ADC, DAC, comparators Features Datasheet - production data

More information

Value-line ARM -based 32-bit MCU with up to 256 KB Flash, timers, ADC, communication interfaces, V operation

Value-line ARM -based 32-bit MCU with up to 256 KB Flash, timers, ADC, communication interfaces, V operation Features STM32F030x4 STM32F030x6 STM32F030x8 STM32F030xC Value-line ARM -based 32-bit MCU with up to 256 KB Flash, timers, ADC, communication interfaces, 2.4-3.6 V operation Datasheet - production data

More information

STM8L151x6/8 STM8L152x6/8

STM8L151x6/8 STM8L152x6/8 8-bit ultra-low-power MCU, up to 64 KB Flash, 2 KB data EEPROM, RTC, LCD, timers, USARTs, I2C, SPIs, ADC, DAC, comparators Features Datasheet - production data Operating conditions Operating power supply:

More information

STM32G0 MCU Series Efficiency at its Best

STM32G0 MCU Series Efficiency at its Best STM32G0 MCU Series Efficiency at its Best Key Messages of STM32G0 Series 2 2 3 Efficient Arm Cortex -M0+ at 64 MHz Compact cost: maximum I/Os count Best RAM/Flash Ratio Smallest possible package down to

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

The course provides all necessary theoretical and practical know-how for start developing platforms based on STM32L4 family.

The course provides all necessary theoretical and practical know-how for start developing platforms based on STM32L4 family. Designing with STM32L4 Family Course Description Designing with STM32L4 is a 3 days ST official course. The course provides all necessary theoretical and practical know-how for start developing platforms

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

STM8L151x4, STM8L151x6, STM8L152x4, STM8L152x6

STM8L151x4, STM8L151x6, STM8L152x4, STM8L152x6 STM8L151x4, STM8L151x6, STM8L152x4, STM8L152x6 8-bit ultralow power MCU, up to 32 KB Flash, 1 KB Data EEPROM, RTC, LCD, timers, USART, I2C, SPI, ADC, DAC, comparators Features Operating conditions Operating

More information

AN4675 Application note

AN4675 Application note Application note Migration of microcontroller applications from STM32F42xxx/STM32F43xxx to STM32F469xx/STM32F479xx Introduction For more and more applications using STM32 products, it is important to migrate

More information

AN3422 Application note

AN3422 Application note Application note Migration of microcontroller applications from STM32F1 to STM32L1 series 1 Introduction For designers of STM32 microcontroller applications, it is important to be able to easily replace

More information

STM32x. tec.pres. STM32 ARM CortexTM-M3 Based Product Introduction

STM32x. tec.pres. STM32 ARM CortexTM-M3 Based Product Introduction STM32x tec.pres. STM32 ARM CortexTM-M3 Based Product Introduction 0101 STM32x Cortex M3 Hierarchical processor integrating core and advanced system peripherals Cortex-M3 core Harvard architecture 3-stage

More information

APPLICATION NOTE. Atmel AT03782: Using Low Power Modes in SAM4N Microcontroller. Atmel 32-bit Microcontroller. Features.

APPLICATION NOTE. Atmel AT03782: Using Low Power Modes in SAM4N Microcontroller. Atmel 32-bit Microcontroller. Features. APPLICATION NOTE Atmel AT03782: Using Low Power Modes in SAM4N Microcontroller Atmel 32-bit Microcontroller Features Low power modes in SAM4N Power supply in SAM4N Introduction The purpose of this application

More information

STM8AL313x/4x/6x STM8AL3L4x/6x

STM8AL313x/4x/6x STM8AL3L4x/6x STM8AL313x/4x/6x STM8AL3L4x/6x Automotive 8-bit ultra-low-power MCU, up to 32 Kbyte Flash, RTC, data EEPROM, LCD, timers, USART, I2C, SPI, ADC, DAC, COMPs Features Datasheetproduction data AEC-Q100 qualified

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

AN2606 Application note

AN2606 Application note Application note STM32 microcontroller system memory boot mode Introduction The bootloader is stored in the internal boot ROM memory (system memory) of STM32 devices. It is programmed by ST during production.

More information

HT Sound Generator

HT Sound Generator 6-Sound Generator Features Single power supply: 2.4V~4.5V Low standby current: 1µA (Typ.) at V DD=3V Auto power-off function Six different sound sections K1 to K6 independently chosen or as a cascade control

More information

STM8L151x4, STM8L151x6, STM8L152x4, STM8L152x6

STM8L151x4, STM8L151x6, STM8L152x4, STM8L152x6 STM8L151x4, STM8L151x6, STM8L152x4, STM8L152x6 8-bit ultralow power MCU, up to 32 KB Flash, 1 KB Data EEPROM RTC, LCD, timers, USART, I2C, SPI, ADC, DAC, comparators Features Operating conditions Operating

More information

AN3147 Application note

AN3147 Application note Application note Power management in STM8L and STM8AL Introduction This document is intended for application designers who require a hardware implementation overview of low power modes in the STM8L and

More information

Hello, and welcome to this presentation of the STM32 Universal Synchronous/Asynchronous Receiver/Transmitter Interface. It covers the main features

Hello, and welcome to this presentation of the STM32 Universal Synchronous/Asynchronous Receiver/Transmitter Interface. It covers the main features Hello, and welcome to this presentation of the STM32 Universal Synchronous/Asynchronous Receiver/Transmitter Interface. It covers the main features of this USART interface, which is widely used for serial

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

Ultra-low-power ARM Cortex -M4 32-bit MCU+FPU, 100DMIPS, up to 1MB Flash, 128KB SRAM, USB OTG FS, LCD, analog, audio, AES.

Ultra-low-power ARM Cortex -M4 32-bit MCU+FPU, 100DMIPS, up to 1MB Flash, 128KB SRAM, USB OTG FS, LCD, analog, audio, AES. STM32L486xx Ultralowpower ARM Cortex M4 32bit MCU+FPU, 100DMIPS, up to 1MB Flash, 128KB SRAM, USB OTG FS, LCD, analog, audio, AES Datasheet production data Features Ultralowpower with FlexPowerControl

More information

STM8AL313x/4x/6x STM8AL3L4x/6x

STM8AL313x/4x/6x STM8AL3L4x/6x STM8AL313x/4x/6x STM8AL3L4x/6x Automotive 8-bit ultra-low-power MCU, up to 32 Kbyte Flash, RTC, data EEPROM, LCD, timers, USART, I2C, SPI, ADC, DAC, COMPs Features Datasheet - production data Operating

More information

EE 354 Fall 2018 Timers and timer interrupts

EE 354 Fall 2018 Timers and timer interrupts EE 354 Fall 2018 Timers and timer interrupts The STM32F446RE has 14 timers that are classified as Advanced Control Timers (2), General Purpose (4 are either 16-bit or 32-bit timers and 6 are 16-bit timers),

More information

AN2857 Application note

AN2857 Application note Application note STM8S and STM8A family power management Introduction This application note is intended for system designers who require a hardware implementation overview of the low-power modes of the

More information

STM8L151x8 STM8L152x8 STM8L151R6 STM8L152R6

STM8L151x8 STM8L152x8 STM8L151R6 STM8L152R6 STM8L151x8 STM8L152x8 STM8L151R6 STM8L152R6 8-bit ultralow power MCU, up to 64 KB Flash + 2 KB data EEPROM, RTC, LCD, timers, USARTs, I2C, SPIs, ADC, DAC, comparators Features Operating conditions Operating

More information

USB-1208LS Specifications

USB-1208LS Specifications Specifications Document Revision 1.1, February, 2010 Copyright 2010, Measurement Computing Corporation Typical for 25 C unless otherwise specified. Specifications in italic text are guaranteed by design.

More information

AN4152 Application note

AN4152 Application note Application note Clock configuration tool for STM32F302xx/STM32F303xx/STM32F31xxx microcontrollers Introduction This application note presents the clock system configuration tool for the STM32F302xx/STM32F303xx/STM32F31xxx

More information

STM8AL31E8x STM8AL3LE8x

STM8AL31E8x STM8AL3LE8x Automotive 8-bit ultra-low-power MCU, 64 KB Flash, EEPROM, RTC, AES, LCD, timers, USARTs, I2C, SPIs, ADC, DAC, COMPs Features Datasheet - production data AEC-Q100 grade 1 qualified Operating conditions

More information

AN3427 Application note

AN3427 Application note Application note Migrating a microcontroller application from STM32F1 to STM32F2 series 1 Introduction For designers of STM32 microcontroller applications, it is important to be able to easily replace

More information

Table 1. Device summary STM32G081CB, STM32G081EB, STM32G081GB, STM32G081KB, STM32G081RB. Table 2. Device variants. Device marking (1) REV_ID (2)

Table 1. Device summary STM32G081CB, STM32G081EB, STM32G081GB, STM32G081KB, STM32G081RB. Table 2. Device variants. Device marking (1) REV_ID (2) Errata sheet STM32G081xB device errata Applicability This document applies to the part numbers of STM32G081xB devices and the device variants as stated in this page. It gives a summary and a description

More information

BATSEL KEY3 KEY2 HOSCO GPIO0 DCDIS HOSCI KEY0 D4 KEY1 D3. Reset Default. 2 D7 BI / L Bit7 of ext. memory data bus

BATSEL KEY3 KEY2 HOSCO GPIO0 DCDIS HOSCI KEY0 D4 KEY1 D3. Reset Default. 2 D7 BI / L Bit7 of ext. memory data bus 3. Pin Description 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 NGND LXVCC KEY4 GPIO1 CE2# GPIO2 CE1# VDD KEY5 KEY6 LED0 LED1 LED2 NC NC VCC LXVDD BAT

More information

Ultra-low-power ARM Cortex -M4 32-bit MCU+FPU, 100DMIPS, 1MB Flash, 320KB SRAM, USB OTG FS, audio, AES+HASH, ext. SMPS

Ultra-low-power ARM Cortex -M4 32-bit MCU+FPU, 100DMIPS, 1MB Flash, 320KB SRAM, USB OTG FS, audio, AES+HASH, ext. SMPS STM32L4A6xG Ultralowpower ARM Cortex M4 32bit MCU+FPU, 100DMIPS, 1MB Flash, 320KB SRAM, USB OTG FS, audio, AES+HASH, ext. SMPS Features Datasheet production data Ultralowpower with FlexPowerControl 1.71

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

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

AN3362 Application note

AN3362 Application note Application note Clock configuration tool for STM32F2xx microcontrollers Introduction This application note presents the clock system configuration tool for the STM32F2xx microcontroller family. The purpose

More information

AN3988 Application note

AN3988 Application note Application note Clock configuration tool for STM32F40x/41x microcontrollers Introduction This application note presents the clock system configuration tool for the STM32F4xx microcontroller family. The

More information

AN4088 Application note

AN4088 Application note Application note Migrating from STM32F1 to STM32F0 Introduction For designers of STM32 microcontroller applications, it is important to be able to easily replace one microcontroller type by another one

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

WT6510. USB Keyboard Controller (Mask ROM Type)

WT6510. USB Keyboard Controller (Mask ROM Type) WT6510 USB Keyboard Controller (Mask ROM Type) REV 110 25, May, 2000 Weltrend Semiconductor, Inc All Rights Reserved 1!"#$%$&'%() &*$&+&& %,-/01 2-/01 // %,- //012,- //01 3!4,56!&&5 3!4,786!&&5 #9$,&:,

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

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

KL03 Product Brief Supports all KL03 devices

KL03 Product Brief Supports all KL03 devices Freescale Semiconductor Document Number:KL03PB Product Brief Rev 3, 07/2014 KL03 Product Brief Supports all KL03 devices 1 KL03 sub-family introduction The device is highly-integrated, market leading ultra

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

Goals. Grading Rubrics (Total = 20 points) Pre-lab assignment

Goals. Grading Rubrics (Total = 20 points) Pre-lab assignment Lab : Interfacing Push-button and LED Instructor: Prof. Yifeng Zhu Spring Goals. Get familiar with the Keil uvision software development environment. Create a C project for STML discovery kit and program

More information

STM8AL318x STM8AL3L8x

STM8AL318x STM8AL3L8x Automotive 8-bit ultra-low-power MCU, 64 Kbyte Flash, RTC, LCD, data EEPROM, timers, USARTs, I2C, SPIs, ADC, DAC, COMPs Features Datasheet - production data Operating conditions Operating power supply

More information

AN3268 Application note

AN3268 Application note Application note STM32VLDISCOVERY firmware package Introduction The purpose of this application note is to describe the STM32VLDISCOVERY package structure and provide short descriptions of: STM32VLDISCOVERY

More information

RF4432 wireless transceiver module

RF4432 wireless transceiver module RF4432 wireless transceiver module 1. Description RF4432 adopts Silicon Lab Si4432 RF chip, which is a highly integrated wireless ISM band transceiver chip. Extremely high receive sensitivity (-121 dbm)

More information

Hello, and welcome to this presentation of the STM32F7 System Configuration Controller.

Hello, and welcome to this presentation of the STM32F7 System Configuration Controller. Hello, and welcome to this presentation of the STM32F7 System Configuration Controller. 1 STM32F7 microcontrollers feature a set of configuration registers. The System Configuration Controller gives access

More information

10. Battery Backup System

10. Battery Backup System 10. Battery Backup System 10.1 Features Integrated battery backup system ensuring continuos, real-time clock during main power failure Battery backup power supply from dedicated V BAT pin to power: One

More information

AN4649 Application note

AN4649 Application note Application note Migrating from STM32F1 Series to STM32L4 Series / STM32L4+ Series microntrollers Introduction For designers of the STM32 microcontroller applications, being able to replace easily one

More information

[MG2420] MCU Module Datasheet. (No. ADS0705) V1.0

[MG2420] MCU Module Datasheet. (No. ADS0705) V1.0 [MG2420] MCU Module Datasheet (No. ADS0705) V1.0 REVISION HISTORY Version Date Description VER.1.0 2013.10.22 First version release. V1.0 Page:2/17 CONTENTS 1. INTRODUCTION... 4 1.1. DEFINITIONS... 4 2.

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

FT6x06. Self-Capacitive Touch Panel Controller INTRODUCTION FEATURES

FT6x06. Self-Capacitive Touch Panel Controller INTRODUCTION FEATURES Self-Capacitive Touch Panel Controller INTRODUCTION The FT6x06 Series ICs are single-chip capacitive touch panel controller ICs with a built-in 8 bit enhanced Micro-controller unit (MCU).They adopt the

More information

Designing with STM32F2x & STM32F4

Designing with STM32F2x & STM32F4 Designing with STM32F2x & STM32F4 Course Description Designing with STM32F2x & STM32F4 is a 3 days ST official course. The course provides all necessary theoretical and practical know-how for start developing

More information

ELEC 3040/3050 Lab 6. Time-based interrupts (Digital stopwatch design)

ELEC 3040/3050 Lab 6. Time-based interrupts (Digital stopwatch design) ELEC 3040/3050 Lab 6 Time-based interrupts (Digital stopwatch design) Reference: STM32L100 Reference Manual, Chap. 18, General-Purpose Timers (TIM9/TIM10/TIM11) 1 Timer usage in computer systems Periodically

More information

SH1030 Rev Introduction. Ultra low power DASH7 Arduino Shield Modem. Applications. Description. 868 MHz. Features

SH1030 Rev Introduction. Ultra low power DASH7 Arduino Shield Modem. Applications. Description. 868 MHz. Features SH1030 Rev. 1.2 Applications Wireless sensor network Data acquisition equipment Security systems Industrial monitor and control Internet of things (IoT) Ultra low power DASH7 Arduino Shield Modem 868 MHz

More information

Operating temperature Topr 40 to +85 C Storage temperature Tstg 55 to +125 C

Operating temperature Topr 40 to +85 C Storage temperature Tstg 55 to +125 C Ordering number : EN3356A SANYO Semiconductors DATA SHEET LC7185-8750 Overview This 27 MHz band, PLL frequency synthesizer LSI chip is designed specifically for CB transceivers. The specifications are

More information

PI5USB30216C Plug-in Detector for Type-C Connector

PI5USB30216C Plug-in Detector for Type-C Connector Plug-in Detector for Type-C Connector Features Compatible to USB Type-C Specification 1.1 Backward compatible to USB Type-C Specification 1.0 Supports Host mode/device mode/dual-role mode Supports Dual-role

More information

1 Principal Schematic for HTPA32x32d: Digital

1 Principal Schematic for HTPA32x32d: Digital This datasheet is valid for following parts: HTPA32x32dL2.1/0.8HiC[Si] HTPA32x32dL2.1/0.8C[Si] HTPA32x32dL2.1/0.8HiS[Si] HTPA32x32dL2.1/0.8S[Si] 1 Principal Schematic for HTPA32x32d: Digital SCL SDA 32x32

More information

STM8L151C2/K2/G2/F2 STM8L151C3/K3/G3/F3

STM8L151C2/K2/G2/F2 STM8L151C3/K3/G3/F3 STM8L151C2/K2/G2/F2 STM8L151C3/K3/G3/F3 8-bit ultra-low-power MCU, up to 8 KB Flash, up to 256 bytes data EEPROM, RTC, timers, USART, I2C, SPI, ADC, comparators Features Datasheet - production data Operating

More information

Platform Level Security For IoT Devices. Bob Waskiewicz Applications Engineer

Platform Level Security For IoT Devices. Bob Waskiewicz Applications Engineer Platform Level Security For IoT Devices Bob Waskiewicz Applications Engineer Example of a Simple IoT Device 2 Sensor Communications Device MCU Sensor STM32L4 MCU Communication Device Security Qualities

More information

STM32L151xx STM32L152xx

STM32L151xx STM32L152xx STM32L151xx STM32L152xx Ultralow power ARM-based 32-bit MCU with up to 128 KB Flash, RTC, LCD, USB, USART, I2C, SPI, timers, ADC, DAC, comparators Data brief Features Operating conditions Operating power

More information

STG - STM32 + FreeRTOS + LwIP/EmWin

STG - STM32 + FreeRTOS + LwIP/EmWin Formation STM32 + FreeRTOS + LwIP/EmWin: This course covers the STM32 ARM-based MCU family, the FreeRTOS Real Time OS, the LWIP TCP/IP Stack and/or the EmWin GUI Stack - Processeurs ARM: ST processors

More information

Understanding the new '5xx Integrated Power Management Module (PMM) Stefan Schauer

Understanding the new '5xx Integrated Power Management Module (PMM) Stefan Schauer Understanding the new '5xx Integrated Power Management Module (PMM) Stefan Schauer 6/5/2008 1 Agenda Introduction into the PMM System Technical Data, specified Values Software controlled PMM configuration

More information

STM32L4 Architecture

STM32L4 Architecture STM32L4 Architecture 1 High-performance STM32L4 series 3 I-bus D-bus S-bus FPU coprocessor Core 3 ARM Cortex -M4F float var = 0.0f; instructions data IRQ1 PUSH ISR1 results SIMD instructions 12 cycles

More information

APPLICATION NOTE. AT11008: Migration from ATxmega16D4/32D4 Revision E to Revision I. Atmel AVR XMEGA. Introduction. Features

APPLICATION NOTE. AT11008: Migration from ATxmega16D4/32D4 Revision E to Revision I. Atmel AVR XMEGA. Introduction. Features APPLICATION NOTE AT11008: Migration from ATxmega16D4/32D4 Revision E to Revision I Atmel AVR XMEGA Introduction This application note lists out the differences and changes between Revision E and Revision

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

STM32CubeL4 demonstration firmware for 32L476GDISCOVERY discovery kit

STM32CubeL4 demonstration firmware for 32L476GDISCOVERY discovery kit User manual STM32CubeL4 demonstration firmware for 32L476GDISCOVERY discovery kit Introduction The STMCube TM initiative was originated by STMicroelectronics to ease developers life by reducing development

More information

APPLICATION NOTE. AT03498: Low Power Modes in SAM3 Family. Atmel AT91 ARM Cortex Microcontrollers. Introduction

APPLICATION NOTE. AT03498: Low Power Modes in SAM3 Family. Atmel AT91 ARM Cortex Microcontrollers. Introduction APPLICATION NOTE AT03498: Low Power Modes in SAM3 Family Atmel AT91 ARM Cortex Microcontrollers Introduction The Atmel SAM3 family of microcontrollers is based on the ARM Cortex -M3 CPU architecture. Thanks

More information

AN4616 Application note

AN4616 Application note Application note Migrating from STM32F401 and STM32F411 lines to STM32L4 Series and STM32L4+ Series microcontrollers Introduction For designers of the STM32 microcontroller applications, being able to

More information

STM32L4A6xG. Ultra-low-power Arm Cortex -M4 32-bit MCU+FPU, 100DMIPS, 1MB Flash, 320KB SRAM, USB OTG FS, audio, AES+HASH, ext. SMPS.

STM32L4A6xG. Ultra-low-power Arm Cortex -M4 32-bit MCU+FPU, 100DMIPS, 1MB Flash, 320KB SRAM, USB OTG FS, audio, AES+HASH, ext. SMPS. STM32L4A6xG Ultralowpower Arm Cortex M4 32bit MCU+FPU, 100DMIPS, 1MB Flash, 320KB SRAM, USB OTG FS, audio, AES+HASH, ext. SMPS Features Datasheet production data Ultralowpower with FlexPowerControl 1.71

More information

Q-TECH CORPORATION. QT2024L CMOS, LOW CURRENT HIGH-TEMPERATURE REAL TIME CLOCK I 2 C SERIAL BUS INTERFACE 3.3Vdc. Description. Electrical Parameters

Q-TECH CORPORATION. QT2024L CMOS, LOW CURRENT HIGH-TEMPERATURE REAL TIME CLOCK I 2 C SERIAL BUS INTERFACE 3.3Vdc. Description. Electrical Parameters Description The QT2024 is an I 2 C-bus serial interface conforming, highprecision real-time clock (RTC) IC with a built-in 32.768kHz crystal oscillator circuit. In addition to clock and calendar functions,

More information