Designing with STM32F3x

Size: px
Start display at page:

Download "Designing with STM32F3x"

Transcription

1 Designing with STM32F3x Course Description Designing with STM32F3x is a 3 days ST official course. The course provides all necessary theoretical and practical know-how for start developing platforms based on STM32F3x. The course begins with an introduction to STM32F microcontroller families and focuses on Cortex-M4 architecture. The course continues with an in-depth study of the memory organization, reset unit, interrupts handling, low power modes, and all the SoC peripherals such as I/O ports, ADC, RTC, USART, I2C, DAC, TSC, SPI, CAN, USB, Timers, Op-Amps, embedded comparators, HDMI, DMA and CRC. The course also employs hardware and software design tools, and combines 60% theory with 40% practical work in every meeting. Course Duration 3 days

2 Goals 1. Become familiar with STM32F families 2. Become familiar with ARM Cortex-M4 architecture 3. Become familiar with STM32F3x peripherals 4. Become familiar with hardware and software design tools 5. Build a new project using the development tools 6. Work with Firmware libraries Target Audience Software and hardware engineers who would like start developing with STM32F3x microcontroller Prerequisites Computer architecture background Experience in C programming Experience in developing embedded systems Course Material KEIL MDK-ARM or IAR ST Eval board Course book (including labs)

3 Agenda Cortex-M4 Introduction Day #1 o Cortex-M processors o Binary compatibility o Cortex-M4 core o Cortex-M4 microarchitecture o Cortex-M feature set comparison Cortex-M4 DSP Features o ARM7-ME architecture revision o Single cycle MAC unit o Saturated arithmetic o Single cycle SIMD instructions o Packed data types o DSP performance for control application o DSP library by ARM o Tools o Main DSP operations o Assembly Vs C o Circular addressing o Loop unrolling o Apply SIMD o Caching intermediate values o Fixed point DSP examples Cortex-M4F (DSP & FPU) o Floating point unit overview o FPU usage o Historical perspective o Benefits of a FPU o Cortex-M4: FPU features o Rounding issues o IEEE 754 introduction

4 o Number format o Arithmetic operations o Number conversion o Special values o 4 rounding modes o 5 exceptions and their handling o ARM FPv4-SP single precision FPU introduction o FPv4-SP vs IEEE o FP status & control register o FPU instructions o Exception management o FPU programmers model o Floating point DSP examples Lab #1: using FIR filter on STM32F3xx devices STM32F3xx Block Diagrams o STM32F30x series o STM32F37x series Memory and System Architecture o System architecture o Memory mapping and boot modes Embedded Flash Memory o Flash features overview o Flash memory organization o Flash operations o Flash memory prefetch controller o Flash error/status flags and interrupts o Flash protections Power Control (PWR) o STM32F30x power supply o STM32F37x power supply o Power sequence o Supply monitoring and reset circuitry o Power on reset (POR) / power down reset (PDR) o Programmable voltage detector (PVD)

5 o Backup domain o Low power modes Lab #2: Power consumption on STM32F30x Direct Memory Access (DMA) o DMA features o DMA1 request mapping o DMA2 request mapping General Purpose I/O (GPIO) o GPIO features o GPIO configuration modes o Alternate functions features o I/Os special features External Interrupt/Event Controller (EXTI) o EXTI features Day #2 STM32F3 Eco-System o Standard peripheral library o CMSIS (ARM DSP Library) o STM32F3 vs. STM32F1 firmware compatability o Tools Lab #3: Using ETM to identify root cause of hard-fault (with MDK-ARM) Reset and Clock Control (RCC) o Reset sources and block diagram o Clock features o Clock scheme STM32F30x & STM32F37x o HIS/LSI/external clock measurement Cyclic Redundancy Check Calculation Unit (CRC) o CEC introduction o CRC operation

6 Digital-to-Analog Converter (DAC) o DAC features o DAC channels block diagram o DAC output voltage o DAC data format o DAC conversion triggers o Noise wave generation o Triangle wave generation o DAC with DMA o Dual DAC channel mode and data format Window Watchdog (WWDG) & Independent Watchdog (IWDG) o WWDG features o IWDG features Serial Peripheral Interface (SPI) o SPI features and block scheme o Data frame format o Full duplex communication o Simplex communication o Half duplex mode o NSS HW & SW management o Multi slave system (duplex/simplex) o 32-bit Rx and Tx FIFOs o Packed mode & FIFO access o DMA o CRC calculation o NSS enhanced mode Universal Synchronous Asynchronous Receiver Transmitter (USART) o USART features o DMA capability o Synchronous mode o IrDA SIR encoder decoder o Smart card mode o Single wire half duplex mode

7 o Modbus communication o Auto-baudrate detection o USART interrupts Lab #4: USART and MCU wakeup from Stop Mode on START bit detection Inter Integrated Circuit (I2C) o I2C features and block diagram o I2C SDA and SCL noise filter o I2C programmable timings o I2C master clock generation o Slave addressing mode o Wakeup from STOP on address match o Master & Event mode management o Slave mode o I2C events o SMBUS PEC Lab #5: Write/Read operations in RF EEPROM I2S Peripheral o SPI/I2S mode switch o I2S features o I2S full duplex block diagram o Half/full duplex communication o 2 x full duplex communication o STM32F37xxx vs STM32F30xxx

8 Day #3 Controller Area Network (CAN) o CAN features o BxCAN operating modes Real-Time Clock (RTC) o RTC features and block diagram o RTC registers write protection o RTC clock sources o RTC in low power modes and Reset o RTC alternate function configuration o RTC calendar o RTC programmable alarm o Wakeup configuration o Smooth digital calibration o Tamper detection General Purpose Timers o STM32F30x & STM32F37x timer features overview o Features overview o Counter modes o Update event o Capture compare array o Input capture mode o PWM input mode o Output compare mode o PWM mode o One pulse mode o Encoder interface o Hall sensor interface o TIMs synchronization o Timers enhancements in STM32F30x Lab #6: generate phase shifted signals using the new PWM modes (asymmetric and combined PWM modes)

9 Universal Serial Bus Interface (USB Device) o USB speeds and bus components o USB 2.0 Bus Tiered-Star topology o USB device attachment & speed detection o USB device power o USB suspend mode o USB transaction o USB transfer o USB device controller in STM32 series o Main features o Double buffering transfer mode o USB library footprints Touch Sensing Controller (TSC) o TSC features o TSC block diagram o Charge transfer measuring circuit o Charge transfer acquisition overview o Charge transfer acquisition sequence o STMTouch sensing library o GPIO analog switch and hysteresis control Analog-to-Digital Converter (ADC) 5 MSPS o ADC features o ADC pins o ADC block diagram o ADC clocks o ADC deep power down mode o ADC calibration o ADC channel selection o ADC sampling time o Single ended and differential input channels o ADC conversion modes o Queue context and Queue overflow o ADC channel offset o Auto delayed conversion o ADC analog watchdogs

10 o ADC dual mode o Injected & Regular simultaneous modes o Interleaved mode o Alternate trigger mode o DMA request in dual ADC mode o ADC flags and interrupts Lab #7: ADC continuous conversion of potentiometer analog signal Comparators (COMP) o COMP features o Block diagram o Blanking function Lab #8: COMP and TIM1 break function Operational Amplifier (OPAMP) o Features o Standalone mode o Follower mode o PGA mode o Timer controlled multiplexer mode o OPAMP calibration Lab #9: Using OPAMP in PGA mode HDMI-CEC o HDMI-CEC v2 controller features o HDMI-CEC interrupts o Bit timing error detection o Signal free time (SFT) configuration

11

הפריפרליים כמו,ADC,IO Ports, GPIO, Timers, Op-Amps, embedded comparators, USB, CAN

הפריפרליים כמו,ADC,IO Ports, GPIO, Timers, Op-Amps, embedded comparators, USB, CAN Designing with STM32F3x תיאור הקורס קורס זה הינו הקורס הרישמי של חברת.ST הקורס מספק את כל הידע התיאורטי והמעשי למהנדסי תוכנה וחומרה הרוצים לפתח בסביבת מעבד. ST מבית STM32F3x הקורס מתחיל בהצגת משפחת המיקרו-בקרים,STM32

More information

Day #1. Cortex-M3 Architecture. STM32 Tools Overview. STM32F1 In Details

Day #1. Cortex-M3 Architecture. STM32 Tools Overview. STM32F1 In Details Designing with STM32F10x תיאור הקורס קורס זה הינו הקורס הרישמי של חברת.ST הקורס מספק את כל הידע התיאורטי והמעשי למהנדסי תוכנה וחומרה הרוצים לפתח בסביבת מעבד. ST מבית STM32F10x הקורס מתחיל בהצגת משפחת המיקרו-בקרים,STM32

More information

32-bit ARM Cortex-M0, Cortex-M3 and Cortex-M4F microcontrollers

32-bit ARM Cortex-M0, Cortex-M3 and Cortex-M4F microcontrollers -bit ARM Cortex-, Cortex- and Cortex-MF microcontrollers Energy, gas, water and smart metering Alarm and security systems Health and fitness applications Industrial and home automation Smart accessories

More information

STM32F318C8 STM32F318K8

STM32F318C8 STM32F318K8 STM32F318C8 STM32F318K8 ARM -based Cortex -M4 32-bit MCU+FPU, 64 KB Flash, 16 KB SRAM, ADC, DAC, 3 COMP, Op-Amp, 1.8 V Datasheet - production data Features Core: ARM 32-bit Cortex -M4 CPU with FPU (72

More information

STM32F302x6 STM32F302x8

STM32F302x6 STM32F302x8 STM32F302x6 STM32F302x8 ARM Cortex -M4 32-bit MCU+FPU, up to 64 KB Flash, 16 KB SRAM, ADC, DAC, USB, CAN, COMP, Op-Amp, 2.0-3.6 V Features Datasheet - production data Core: ARM 32-bit Cortex -M4 CPU with

More information

STM32F301x6 STM32F301x8

STM32F301x6 STM32F301x8 STM32F301x6 STM32F301x8 ARM Cortex -M4 32-bit MCU+FPU, up to 64 KB Flash, 16 KB SRAM, ADC, DAC, COMP, Op-Amp, 2.0 3.6 V Datasheet - production data Features Core: ARM 32-bit Cortex -M4 CPU with FPU (72

More information

STM32F051x4 STM32F051x6 STM32F051x8

STM32F051x4 STM32F051x6 STM32F051x8 4 STM32F051x6 STM32F051x8 Low- and medium-density advanced ARM -based 32-bit MCU with 16 to 64 Kbytes Flash, timers, ADC, DAC and comm. interfaces Features Datasheet production data Operating conditions:

More information

STM32L100C6 STM32L100R8 STM32L100RB

STM32L100C6 STM32L100R8 STM32L100RB STM32L100C6 STM32L100R8 STM32L100RB Ultra-low-power 32-bit MCU ARM -based Cortex -M3, 128KB Flash, 10KB SRAM, 2KB EEPROM, LCD, USB, ADC, DAC Features Datasheet production data Ultra-low-power platform

More information

Mapping Peripheral Capabilities When Migrating From 8-bit to 16-bit PIC MCUs

Mapping Peripheral Capabilities When Migrating From 8-bit to 16-bit PIC MCUs Mapping Peripheral Capabilities When Migrating From 8-bit to 16-bit PIC MCUs Peripherals Summary When migrating from one PIC microcontroller (MCU) family to another, you get to stay within the same MPLAB

More information

ARM-based 32-bit MCU, up to 128 KB Flash, crystal-less USB FS 2.0, CAN, 12 timers, ADC, DAC & comm. interfaces, V.

ARM-based 32-bit MCU, up to 128 KB Flash, crystal-less USB FS 2.0, CAN, 12 timers, ADC, DAC & comm. interfaces, V. ARM-based 32-bit MCU, up to 128 KB Flash, crystal-less USB FS 2.0, CAN, 12 timers, ADC, DAC & comm. interfaces, 2.0-3.6 V Features Datasheet - production data Core: ARM 32-bit Cortex -M0 CPU, frequency

More information

STM32F042x4 STM32F042x6

STM32F042x4 STM32F042x6 STM32F042x4 STM32F042x6 Features ARM -based 32-bit MCU, up to 32 KB Flash, crystal-less USB FS 2.0, CAN, 9 timers, ADC & comm. interfaces, 2.0-3.6 V Datasheet - production data Core: ARM 32-bit Cortex

More information

STM32F302xB STM32F302xC

STM32F302xB STM32F302xC STM32F302xB STM32F302xC ARM -based Cortex -M4 32b MCU+FPU, up to 256KB Flash+ 40KB SRAM, 2 ADCs, 1 DAC ch., 4 comp, 2 PGA, timers, 2.0-3.6 V Datasheet - production data Features Core: ARM Cortex -M4 32-bit

More information

STM32L010F4 STM32L010K4

STM32L010F4 STM32L010K4 STM32L010F4 STM32L010K4 Value line ultra-low-power 32-bit MCU Arm -based Cortex -M0+, 16-Kbyte Flash memory, 2-Kbyte SRAM, 128-byte EEPROM, ADC Datasheet - production data Features Ultra-low-power platform

More information

Hello, and welcome to this presentation of the STM32 Digital Filter for Sigma-Delta modulators interface. The features of this interface, which

Hello, and welcome to this presentation of the STM32 Digital Filter for Sigma-Delta modulators interface. The features of this interface, which Hello, and welcome to this presentation of the STM32 Digital Filter for Sigma-Delta modulators interface. The features of this interface, which behaves like ADC with external analog part and configurable

More information

Hello, and welcome to this presentation of the STM32L4 comparators. It covers the main features of the ultra-lowpower comparators and some

Hello, and welcome to this presentation of the STM32L4 comparators. It covers the main features of the ultra-lowpower comparators and some Hello, and welcome to this presentation of the STM32L4 comparators. It covers the main features of the ultra-lowpower comparators and some application examples. 1 The two comparators inside STM32 microcontroller

More information

STM32L151xC STM32L152xC

STM32L151xC STM32L152xC STM32L151xC STM32L152xC Ultralow power ARM-based 32-bit MCU with 256 KB Flash, RTC, LCD, USB, analog functions, 10 serial ports, memory I/F Features Operating conditions Operating power supply range: 1.65

More information

STM32L100x6/8/B-A. Ultra-low-power 32-bit MCU ARM -based Cortex -M3, 128KB Flash, 16KB SRAM, 2KB EEPROM, LCD, USB, ADC, DAC.

STM32L100x6/8/B-A. Ultra-low-power 32-bit MCU ARM -based Cortex -M3, 128KB Flash, 16KB SRAM, 2KB EEPROM, LCD, USB, ADC, DAC. STM32L100x6/8/B-A Ultra-low-power 32-bit MCU ARM -based Cortex -M3, 128KB Flash, 16KB SRAM, 2KB EEPROM, LCD, USB, ADC, DAC Features Datasheet - production data Ultra-low-power platform 1.8 V to 3.6 V power

More information

STM32L100RC. Ultra-low-power 32b MCU ARM -based Cortex -M3, 256KB Flash, 16KB SRAM, 4KB EEPROM, LCD, USB, ADC, DAC, memory I/F.

STM32L100RC. Ultra-low-power 32b MCU ARM -based Cortex -M3, 256KB Flash, 16KB SRAM, 4KB EEPROM, LCD, USB, ADC, DAC, memory I/F. Ultra-low-power 32b MCU ARM -based Cortex -M3, 256KB Flash, 16KB SRAM, 4KB EEPROM, LCD, USB, ADC, DAC, memory I/F Features Datasheet production data Ultra-low-power platform 1.65 V to 3.6 V power supply

More information

STM32L063C8 STM32L063R8

STM32L063C8 STM32L063R8 STM32L063C8 STM32L063R8 Ultra-low-power 32-bit MCU ARM-based Cortex-M0+, 64KB Flash, 8KB SRAM, 2KB EEPROM, LCD, USB, ADC, DAC, AES Datasheet - preliminary data Features Ultra-low-power platform 1.65 V

More information

STM32F091xB STM32F091xC

STM32F091xB STM32F091xC ARM -based 32-bit MCU, up to 256 KB Flash, CAN, 12 timers, ADC, DAC & comm. interfaces, 2.0-3.6V Datasheet - production data Features Core: ARM 32-bit Cortex -M0 CPU, frequency up to 48 MHz Memories 128

More information

Ultra-low-power 32-bit MCU ARM-based Cortex -M3, 128KB Flash, 16KB SRAM, 4KB EEPROM, LCD, USB, ADC, DAC. STM32L151x6/8/B. STM32L152x6/.

Ultra-low-power 32-bit MCU ARM-based Cortex -M3, 128KB Flash, 16KB SRAM, 4KB EEPROM, LCD, USB, ADC, DAC. STM32L151x6/8/B. STM32L152x6/. STM32L15xx6/8/B Ultra-low-power 32-bit MCU ARM-based Cortex -M3, 128KB Flash, 16KB SRAM, 4KB EEPROM, LCD, USB, ADC, DAC Features Datasheet - production data Ultra-low-power platform 1.65 V to 3.6 V power

More information

STM32F071x8 STM32F071xB

STM32F071x8 STM32F071xB STM32F071x8 STM32F071xB ARM -based 32-bit MCU, up to 128 KB Flash, 12 timers, ADC, DAC and communication interfaces, 2.0-3.6 V Datasheet - production data Features Core: ARM 32-bit Cortex -M0 CPU, frequency

More information

STM32L052x6 STM32L052x8

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, DAC Datasheet - preliminary data Features Ultra-low-power platform 1.65 V to

More information

STM32L151xE STM32L152xE

STM32L151xE STM32L152xE STM32L151xE STM32L152xE Ultra-low-power 32-bit MCU ARM -based Cortex -M3 with 512KB Flash, 80KB SRAM, 16KB EEPROM, LCD, USB, ADC, DAC Features Datasheet - production data Ultra-low-power platform 1.65

More information

STM32F405xx STM32F407xx

STM32F405xx STM32F407xx STM32F405xx STM32F407xx ARM Cortex-M4 32b MCU+FPU, 210DMIPS, up to 1MB Flash/192+4KB RAM, USB OTG HS/FS, Ethernet, 17 TIMs, 3 ADCs, 15 comm. interfaces & camera Datasheet - production data Features Core:

More information

STM32L162VC STM32L162RC

STM32L162VC STM32L162RC STM32L162VC STM32L162RC Ultra-low-power 32-bit MCU ARM -based Cortex -M3, 256KB Flash, 32KB SRAM, 8KB EEPROM, LCD, USB, ADC, DAC, AES Datasheet - production data Features Ultra-low-power platform 1.65

More information

Application - Power Factor Correction (PFC) with XMC TM. XMC microcontrollers July 2016

Application - Power Factor Correction (PFC) with XMC TM. XMC microcontrollers July 2016 Application - Power Factor Correction (PFC) with XMC TM XMC microcontrollers July 2016 Agenda 1 Key features 2 Specification 3 System block diagram 4 Software overview 5 Highlight MCU features 6 CCM PFC

More information

STM32F405xx STM32F407xx

STM32F405xx STM32F407xx STM32F405xx STM32F407xx ARM Cortex-M4 32b MCU+FPU, 210DMIPS, up to 1MB Flash/192+4KB RAM, USB OTG HS/FS, Ethernet, 17 TIMs, 3 ADCs, 15 comm. interfaces & camera Features Core: ARM 32-bit Cortex -M4 CPU

More information

STM32F405xx STM32F407xx

STM32F405xx STM32F407xx STM32F405xx STM32F407xx ARM Cortex-M4 32b MCU+FPU, 210DMIPS, up to 1MB Flash/192+4KB RAM, USB OTG HS/FS, Ethernet, 17 TIMs, 3 ADCs, 15 comm. interfaces & camera Features Core: ARM 32-bit Cortex -M4 CPU

More information

STM32F410x8 STM32F410xB

STM32F410x8 STM32F410xB STM32F410x8 STM32F410xB Arm -Cortex -M4 32b MCU+FPU, 125 DMIPS, 128KB Flash, 32KB RAM, 9 TIMs, 1 ADC, 1 DAC, 1 LPTIM, 9 comm. interfaces Datasheet - production data Features Dynamic Efficiency Line with

More information

STM32L051x6 STM32L051x8

STM32L051x6 STM32L051x8 STM32L051x6 STM32L051x8 Access line ultra-low-power 32-bit MCU ARM-based Cortex-M0+, up to 64 KB Flash, 8 KB SRAM, 2 KB EEPROM, ADC Datasheet - preliminary data Features Ultra-low-power platform 1.65 V

More information

STM32L062K8 STM32L062T8

STM32L062K8 STM32L062T8 STM32L062K8 STM32L062T8 Ultra-low-power 32-bit MCU Arm -based Cortex -M0+, 64 KB Flash, 8 KB SRAM, 2 KB EEPROM,USB, ADC, DAC, AES Datasheet - production data Features Ultra-low-power platform 1.65 V to

More information

STM32F446xx. ARM Cortex -M4 32b MCU+FPU, 225DMIPS, up to 512kB Flash/128+4KB RAM, USB OTG HS/FS, 17 TIMs, 3 ADCs, 20 comm. interfaces.

STM32F446xx. ARM Cortex -M4 32b MCU+FPU, 225DMIPS, up to 512kB Flash/128+4KB RAM, USB OTG HS/FS, 17 TIMs, 3 ADCs, 20 comm. interfaces. STM32F446xx ARM Cortex -M4 32b MCU+FPU, 225DMIPS, up to 512kB Flash/128+4KB RAM, USB OTG HS/FS, 17 TIMs, 3 ADCs, 20 comm. interfaces Datasheet - production data Features Core: ARM 32-bit Cortex -M4 CPU

More information

Training Schedule. Robotic System Design using Arduino Platform

Training Schedule. Robotic System Design using Arduino Platform Training Schedule Robotic System Design using Arduino Platform Session - 1 Embedded System Design Basics : Scope : To introduce Embedded Systems hardware design fundamentals to students. Processor Selection

More information

STM32L082KB STM32L082KZ STM32L082CZ

STM32L082KB STM32L082KZ STM32L082CZ STM32L082KB STM32L082KZ STM32L082CZ Ultra-low-power 32-bit MCU Arm -based Cortex -M0+, up to 192KB Flash, 20KB SRAM, 6KB EEPROM, USB, ADC, DACs, AES Datasheet - production data Features Ultra-low-power

More information

STM32F401xB STM32F401xC

STM32F401xB STM32F401xC STM32F401xB STM32F401xC Arm Cortex -M4 32b MCU+FPU, 105 DMIPS, 256KB Flash/64KB RAM, 11 TIMs, 1 ADC, 11 comm. interfaces Datasheet - production data Features Dynamic Efficiency Line with BAM (Batch Acquisition

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 Features Preliminary data Operating conditions Operating

More information

STM32F405xx STM32F407xx

STM32F405xx STM32F407xx STM32F405xx STM32F407xx ARM Cortex-M4 32b MCU+FPU, 210DMIPS, up to 1MB Flash/192+4KB RAM, USB OTG HS/FS, Ethernet, 17 TIMs, 3 ADCs, 15 comm. interfaces & camera Features Core: ARM 32-bit Cortex -M4F CPU

More information

Hello, and welcome to this presentation of the STM32G0 digital-to-analog converter. This block is used to convert digital signals to analog voltages

Hello, and welcome to this presentation of the STM32G0 digital-to-analog converter. This block is used to convert digital signals to analog voltages Hello, and welcome to this presentation of the STM32G0 digital-to-analog converter. This block is used to convert digital signals to analog voltages which can interface with the external world. 1 The STM32G0

More information

STM32L151x6/8/B-A STM32L152x6/8/B-A

STM32L151x6/8/B-A STM32L152x6/8/B-A STM32L151x6/8/B-A STM32L152x6/8/B-A Ultra-low-power 32-bit MCU ARM -based Cortex -M3, 128KB Flash, 32KB SRAM, 4KB EEPROM, LCD, USB, ADC, DAC Features Datasheet - production data Ultra-low-power platform

More information

CMOS MT9D111Camera Module 1/3.2-Inch 2-Megapixel Module Datasheet

CMOS MT9D111Camera Module 1/3.2-Inch 2-Megapixel Module Datasheet CMOS MT9D111Camera Module 1/3.2-Inch 2-Megapixel Module Datasheet Rev 1.0, Mar 2013 Table of Contents 1 Introduction... 2 2 Features... 2 3 Block Diagram... 3 4 Application... 4 5 Pin Definition... 6 6

More information

Microcontroller: Timers, ADC

Microcontroller: Timers, ADC Microcontroller: Timers, ADC Amarjeet Singh February 1, 2013 Logistics Please share the JTAG and USB cables for your assignment Lecture tomorrow by Nipun 2 Revision from last class When servicing an interrupt,

More information

ARM Cortex-M4 32b MCU+FPU, 210DMIPS, up to 2MB Flash/256+4KB RAM, USB OTG HS/FS, Ethernet, 17 TIMs, 3 ADCs, 20 comm. interfaces & camera.

ARM Cortex-M4 32b MCU+FPU, 210DMIPS, up to 2MB Flash/256+4KB RAM, USB OTG HS/FS, Ethernet, 17 TIMs, 3 ADCs, 20 comm. interfaces & camera. STM32F427xx ARM Cortex-M4 32b MCU+FPU, 210DMIPS, up to 2MB Flash/256+4KB RAM, USB OTG HS/FS, Ethernet, 17 TIMs, 3 ADCs, 20 comm. interfaces & camera Datasheet production data LQFP100 (14 14 mm) LQFP144

More information

Ultra-low-power 32-bit MCU Arm -based Cortex -M0+, up to 192KB Flash, 20KB SRAM, 6KB EEPROM, LCD, USB, ADC, DACs. UFBGA100 7x7 mm.

Ultra-low-power 32-bit MCU Arm -based Cortex -M0+, up to 192KB Flash, 20KB SRAM, 6KB EEPROM, LCD, USB, ADC, DACs. UFBGA100 7x7 mm. STM32L073x8 STM32L073xB STM32L073xZ Ultra-low-power 32-bit MCU Arm -based Cortex -M0+, up to 192KB Flash, 20KB SRAM, 6KB EEPROM, LCD, USB, ADC, DACs Datasheet - production data Features Ultra-low-power

More information

RX23T inverter ref. kit

RX23T inverter ref. kit RX23T inverter ref. kit Deep Dive October 2015 YROTATE-IT-RX23T kit content Page 2 YROTATE-IT-RX23T kit: 3-ph. Brushless Motor Specs Page 3 Motors & driving methods supported Brushless DC Permanent Magnet

More information

STM32L031x4 STM32L031x6

STM32L031x4 STM32L031x6 STM32L031x4 STM32L031x6 Access line ultra-low-power 32-bit MCU ARM -based Cortex -M0+, up to 32KB Flash, 8KB SRAM, 1KB EEPROM, ADC Datasheet - production data Features Ultra-low-power platform 1.65 V to

More information

STM32F411xC STM32F411xE

STM32F411xC STM32F411xE STM32F411xC STM32F411xE Arm Cortex -M4 32b MCU+FPU, 125 DMIPS, 512KB Flash, 128KB RAM, USB OTG FS, 11 TIMs, 1 ADC, 13 comm. interfaces Features Datasheet - production data Dynamic Efficiency Line with

More information

STM32L053C6 STM32L053C8 STM32L053R6 STM32L053R8

STM32L053C6 STM32L053C8 STM32L053R6 STM32L053R8 STM32L053C6 STM32L053C8 STM32L053R6 STM32L053R8 Ultra-low-power 32-bit MCU Arm -based Cortex -M0+, up to 64KB Flash, 8KB SRAM, 2KB EEPROM, LCD, USB, ADC, DAC Datasheet - production data Features Ultra-low-power

More information

AN4277 Application note

AN4277 Application note Application note Using STM32 device PWM shut-down features for motor control and digital power conversion Introduction The purpose of this application note is to describe the STM32 device timer break feature

More information

STM32F401xD STM32F401xE

STM32F401xD STM32F401xE STM32F401xD STM32F401xE ARM Cortex -M4 32b MCU+FPU, 105 DMIPS, 512KB Flash/96KB RAM, 11 TIMs, 1 ADC, 11 comm. interfaces Features Datasheet - production data Core: ARM 32-bit Cortex -M4 CPU with FPU, Adaptive

More information

GUJARAT TECHNOLOGICAL UNIVERSITY

GUJARAT TECHNOLOGICAL UNIVERSITY Type of course: Engineering (Elective) GUJARAT TECHNOLOGICAL UNIVERSITY ELECTRICAL ENGINEERING (09) ADVANCE MICROCONTROLLERS SUBJECT CODE: 260909 B.E. 6 th SEMESTER Prerequisite: Analog and Digital Electronics,

More information

Dual core architecture with custom N-PLC optimized DSP and Data Link Layer / Application 32bit controller

Dual core architecture with custom N-PLC optimized DSP and Data Link Layer / Application 32bit controller SM2480 Integrated N-PLC SCADA Controller for Solar Micro-inverters and Smart Ballasts Communication technology by: Semitech Semiconductor Product Overview The SM2480 is a highly integrated Supervisory

More information

STM32L15xCC STM32L15xRC STM32L15xUC STM32L15xVC

STM32L15xCC STM32L15xRC STM32L15xUC STM32L15xVC STM32L15xCC STM32L15xRC STM32L15xUC STM32L15xVC Ultra-low-power 32-bit MCU ARM -based Cortex -M3, 256KB Flash, 32KB SRAM, 8KB EEPROM, LCD, USB, ADC, DAC Features Datasheet - production data Ultra-low-power

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

Motor Control using NXP s LPC2900

Motor Control using NXP s LPC2900 Motor Control using NXP s LPC2900 Agenda LPC2900 Overview and Development tools Control of BLDC Motors using the LPC2900 CPU Load of BLDCM and PMSM Enhancing performance LPC2900 Demo BLDC motor 2 LPC2900

More information

For reference only Refer to the latest documents for details

For reference only Refer to the latest documents for details STM32F3 Technical Training For reference only Refer to the latest documents for details General Purpose Timers (TIM2/3/4/5 - TIM12/13/14 - TIM15/16/17 - TIM6/7/18) TIM2/5 TIM3/4/19 TIM12 TIM15 TIM13/14

More information

STM32L051x6 STM32L051x8

STM32L051x6 STM32L051x8 STM32L051x6 STM32L051x8 Access line ultra-low-power 32-bit MCU ARM -based Cortex -M0+, up to 64 KB Flash, 8 KB SRAM, 2 KB EEPROM, ADC Datasheet - production data Features Ultra-low-power platform 1.65

More information

Preliminary GHz Transceiver-µController-Module. Applications PRODUCT SPECIFICATION FEATURES MICROCONTROLLER MHz

Preliminary GHz Transceiver-µController-Module. Applications PRODUCT SPECIFICATION FEATURES MICROCONTROLLER MHz PRODUCT SPECIFICATION 2.4 2.5 GHz e Applications 6 : 2 " 2! 2 2 + 2 7 + + Alarm and Security Systems Video Automotive Home Automation Keyless entry Wireless Handsfree Remote Control Surveillance Wireless

More information

STM32L031x4 STM32L031x6

STM32L031x4 STM32L031x6 STM32L031x4 STM32L031x6 Access line ultra-low-power 32-bit MCU ARM -based Cortex -M0+, up to 32KB Flash, 8KB SRAM, 1KB EEPROM, ADC Datasheet - production data Features Ultra-low-power platform 1.65 V to

More information

STM32F100x4 STM32F100x6 STM32F100x8 STM32F100xB

STM32F100x4 STM32F100x6 STM32F100x8 STM32F100xB STM32F100x4 STM32F100x6 STM32F100x8 STM32F100xB Low & medium-density value line, advanced ARM-based 32-bit MCU with 16 to 128 KB Flash, 12 timers, ADC, DAC & 8 comm interfaces Features Core: ARM 32-bit

More information

STM32L051x6 STM32L051x8

STM32L051x6 STM32L051x8 STM32L051x6 STM32L051x8 Access line ultra-low-power 32-bit MCU Arm -based Cortex -M0+, up to 64 KB Flash, 8 KB SRAM, 2 KB EEPROM, ADC Datasheet - production data Features Ultra-low-power platform 1.65

More information

Utilizing the Trigger Routing Unit for System Level Synchronization

Utilizing the Trigger Routing Unit for System Level Synchronization Engineer-to-Engineer Note EE-360 Technical notes on using Analog Devices DSPs, processors and development tools Visit our Web resources http://www.analog.com/ee-notes and http://www.analog.com/processors

More information

Firmware plugin for STSW-ESC001V1 board with ST Motor Control FOC SDK

Firmware plugin for STSW-ESC001V1 board with ST Motor Control FOC SDK User manual Firmware plugin for STSW-ESC001V1 board with ST Motor Control FOC SDK Introduction The STSW-ESC001V1 firmware package for the STEVAL-ESC001V1 board includes the application code to support

More information

STM32L051x6 STM32L051x8

STM32L051x6 STM32L051x8 STM32L051x6 STM32L051x8 Access line ultra-low-power 32-bit MCU ARM -based Cortex -M0+, up to 64 KB Flash, 8 KB SRAM, 2 KB EEPROM, ADC Datasheet - production data Features Ultra-low-power platform 1.65

More information

Embedded Robotics. Software Development & Education Center

Embedded Robotics. Software Development & Education Center Software Development & Education Center Embedded Robotics Robotics Development with ARM µp INTRODUCTION TO ROBOTICS Types of robots Legged robots Mobile robots Autonomous robots Manual robots Robotic arm

More information

Stellaris ARM Cortex -M4F Training. Peripheral Overview

Stellaris ARM Cortex -M4F Training. Peripheral Overview Stellaris ARM Cortex -M4F Training Peripheral Overview 1 Agenda Stellaris LM4F General Specifications Features of ARM Cortex -M4F Other System Features Low Power Features Watchdog Timers Timers and GPIOs

More information

VC7300-Series Product Brief

VC7300-Series Product Brief VC7300-Series Product Brief Version: 1.0 Release Date: Jan 16, 2019 Specifications are subject to change without notice. 2018 Vertexcom Technologies, Inc. This document contains information that is proprietary

More information

2002 IEEE International Solid-State Circuits Conference 2002 IEEE

2002 IEEE International Solid-State Circuits Conference 2002 IEEE Outline 802.11a Overview Medium Access Control Design Baseband Transmitter Design Baseband Receiver Design Chip Details What is 802.11a? IEEE standard approved in September, 1999 12 20MHz channels at 5.15-5.35

More information

ARM Cortex-M4 32b MCU+FPU, up to 256KB Flash+32KB SRAM, timers, 4 ADCs (12/16-bit), 3 DACs, 2 comp., 1.8 V operation. STM32F383xx

ARM Cortex-M4 32b MCU+FPU, up to 256KB Flash+32KB SRAM, timers, 4 ADCs (12/16-bit), 3 DACs, 2 comp., 1.8 V operation. STM32F383xx STM32F383xx ARM Cortex-M4 32b MCU+FPU, up to 256KB Flash+32KB SRAM, timers, 4 ADCs (12/16-bit), 3 DACs, 2 comp., 1.8 V operation Datasheet - production data Features Core: ARM 32-bit Cortex -M4 CPU (72

More information

SGD 70-A 7 PanelPilotACE Compatible Display

SGD 70-A 7 PanelPilotACE Compatible Display is a 7 capacitive touch display designed for use with PanelPilotACE Design Studio, a free drag-and-drop style software package for rapid development of advanced user interfaces and panel meters. The is

More information

Activity 4: Due before the lab during the week of Feb

Activity 4: Due before the lab during the week of Feb Today's Plan Announcements: Lecture Test 2 programming in C Activity 4 Serial interfaces Analog output Driving external loads Motors: dc motors, stepper motors, servos Lecture Test Activity 4: Due before

More information

STM32F058C8 STM32F058R8 STM32F058T8

STM32F058C8 STM32F058R8 STM32F058T8 STM32F058C8 STM32F058R8 STM32F058T8 Advanced ARM -based 32-bit MCU, 64 KB Flash, 11 timers, ADC, DAC and comm. interfaces, 1.8 V Datasheet - production data Features Core: ARM 32-bit Cortex -M0 CPU, frequency

More information

STM32L432KB STM32L432KC

STM32L432KB STM32L432KC STM32L432KB STM32L432KC Ultra-low-power ARM Cortex -M4 32-bit MCU+FPU, 100DMIPS, up to 256KB Flash, 64KB SRAM, USB FS, analog, audio Features Datasheet - production data Ultra-low-power with FlexPowerControl

More information

Microcontrollers: Lecture 3 Interrupts, Timers. Michele Magno

Microcontrollers: Lecture 3 Interrupts, Timers. Michele Magno Microcontrollers: Lecture 3 Interrupts, Timers Michele Magno 1 Calendar 07.04.2017: Power consumption; Low power States; Buses, Memory, GPIOs 20.04.2017 Serial Communications 21.04.2017 Programming STM32

More information

Developer Day. XMC technical presentation & Introduction to DAVE. Cristian Zaharia Field Application Engineering Industrial MCU June, 2014

Developer Day. XMC technical presentation & Introduction to DAVE. Cristian Zaharia Field Application Engineering Industrial MCU June, 2014 Developer Day XMC technical presentation & Introduction to DAVE Cristian Zaharia Field Application Engineering Industrial MCU June, 2014 Agenda XMC Family - XMC technical presentation Introduction to DAVE

More information

Programming and Interfacing

Programming and Interfacing AtmelAVR Microcontroller Primer: Programming and Interfacing Second Edition f^r**t>*-**n*c contents Preface xv AtmelAVRArchitecture Overview 1 1.1 ATmegal64 Architecture Overview 1 1.1.1 Reduced Instruction

More information

Ultra-low-power Arm Cortex -M4 32-bit MCU+FPU, 100DMIPS, 128KB Flash, 40KB SRAM, analog, AES

Ultra-low-power Arm Cortex -M4 32-bit MCU+FPU, 100DMIPS, 128KB Flash, 40KB SRAM, analog, AES Ultra-low-power Arm Cortex -M4 32-bit MCU+FPU, 100DMIPS, 128KB Flash, 40KB SRAM, analog, AES Features Datasheet - production data Ultra-low-power with FlexPowerControl 1.71 V to 3.6 V power supply -40

More information

Electric Bike BLDC Hub Motor Control Using the Z8FMC1600 MCU

Electric Bike BLDC Hub Motor Control Using the Z8FMC1600 MCU Application Note Electric Bike BLDC Hub Motor Control Using the Z8FMC1600 MCU AN026002-0608 Abstract This application note describes a controller for a 200 W, 24 V Brushless DC (BLDC) motor used to power

More information

The Development and Application of High Compression Ratio Methanol Engine ECU

The Development and Application of High Compression Ratio Methanol Engine ECU National Conference on Information Technology and Computer Science (CITCS 2012) The Development and Application of High Compression Ratio Methanol Engine ECU Hong Bin, 15922184696 hongbinlqyun@163.com

More information

Specifications.

Specifications. is a 7 capacitive touch display designed for use with PanelPilotACE Design Studio, a free drag-and-drop style software package for rapid development of advanced user interfaces and panel meters. The is

More information

XL-density access line, ARM-based 32-bit MCU with 768 KB to 1 MB Flash, 15 timers, 1 ADC and 10 communication interfaces.

XL-density access line, ARM-based 32-bit MCU with 768 KB to 1 MB Flash, 15 timers, 1 ADC and 10 communication interfaces. STM32F101xF STM32F101xG XL-density access line, ARM-based 32-bit MCU with 768 KB to 1 MB Flash, 15 timers, 1 ADC and 10 communication interfaces Features Preliminary data Core: ARM 32-bit Cortex -M3 CPU

More information

Low Power Microphone Acquisition and Processing for Always-on Applications Based on Microcontrollers

Low Power Microphone Acquisition and Processing for Always-on Applications Based on Microcontrollers Low Power Microphone Acquisition and Processing for Always-on Applications Based on Microcontrollers Architecture I: standalone µc Microphone Microcontroller User Output Microcontroller used to implement

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 Features Operating conditions Operating power supply range:

More information

STM32F048C6 STM32F048G6 STM32F048T6

STM32F048C6 STM32F048G6 STM32F048T6 STM32F048C6 STM32F048G6 STM32F048T6 ARM -based 32-bit MCU, 32 KB Flash, crystal-less USB FS 2.0, 9 timers, ADC & comm. interfaces, 1.8 V Features Datasheet - production data Core: ARM 32-bit Cortex -M0

More information

SGD 70-A 7 PanelPilotACE Compatible Display

SGD 70-A 7 PanelPilotACE Compatible Display is a 7 capacitive touch display designed for use with PanelPilotACE Design Studio, a free drag-and-drop style software package for rapid development of advanced user interfaces and panel meters. The is

More information

ZKit-51-RD2, 8051 Development Kit

ZKit-51-RD2, 8051 Development Kit ZKit-51-RD2, 8051 Development Kit User Manual 1.1, June 2011 This work is licensed under the Creative Commons Attribution-Share Alike 2.5 India License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.5/in/

More information

ELCT 912: Advanced Embedded Systems

ELCT 912: Advanced Embedded Systems ELCT 912: Advanced Embedded Systems Lecture 5: PIC Peripherals on Chip Dr. Mohamed Abd El Ghany, Department of Electronics and Electrical Engineering The PIC Family: Peripherals Different PICs have different

More information

Hello and welcome to this Renesas Interactive Course that provides an overview of the timers found on RL78 MCUs.

Hello and welcome to this Renesas Interactive Course that provides an overview of the timers found on RL78 MCUs. Hello and welcome to this Renesas Interactive Course that provides an overview of the timers found on RL78 MCUs. 1 The purpose of this course is to provide an introduction to the RL78 timer Architecture.

More information

STM32 PMSM FOC SDK v3.2. 蒋建国 MCU Application Great China

STM32 PMSM FOC SDK v3.2. 蒋建国 MCU Application Great China STM32 PMSM FOC SDK v3.2 蒋建国 MCU Application Great China Agenda 2 1 st day Morning Overview Key message Basics Feature Performance Hardware support Tools STM32 MC Workbench SDK components Architectural

More information

STM32F205xx STM32F207xx

STM32F205xx STM32F207xx STM32F205xx STM32F207xx ARM-based 32-bit MCU, 150DMIPs, up to 1 MB Flash/128+4KB RAM, USB OTG HS/FS, Ethernet, 17 TIMs, 3 ADCs, 15 comm. interfaces & camera Datasheet production data Features Core: ARM

More information

STM32L432KB STM3L432KC

STM32L432KB STM3L432KC STM32L432KB STM3L432KC Ultra-low-power ARM Cortex -M4 32-bit MCU+FPU, 100DMIPS, up to 256KB Flash, 64KB SRAM, USB FS, analog, audio Features Datasheet - production data Ultra-low-power with FlexPowerControl

More information

STM32F427xx STM32F429xx

STM32F427xx STM32F429xx STM32F427xx STM32F429xx ARM Cortex-M4 32b MCU+FPU, 225DMIPS, up to 2MB Flash/256+4KB RAM, USB OTG HS/FS, Ethernet, 17 TIMs, 3 ADCs, 20 comm. interfaces, camera & LCD-TFT Datasheet - production data Features

More information

RL78 Motor Control. YRMCKITRL78G14 Starter Kit. Renesas Electronics Europe. David Parsons Application Engineering Industrial Business Group.

RL78 Motor Control. YRMCKITRL78G14 Starter Kit. Renesas Electronics Europe. David Parsons Application Engineering Industrial Business Group. RL78 Motor Control YRMCKITRL78G14 Starter Kit Renesas Electronics Europe David Parsons Application Engineering Industrial Business Group July 2012 Renesas MCU for 3-phase Motor Control Control Method Brushless

More information

STM32F437xx STM32F439xx

STM32F437xx STM32F439xx STM32F437xx STM32F439xx ARM Cortex-M4 32b MCU+FPU, 225DMIPS, up to 2MB Flash/256+4KB RAM, crypto, USB OTG HS/FS, Ethernet, 17 TIMs, 3 ADCs, 20 comm. interfaces, camera&lcd-tft Datasheet - production data

More information

Low Cost Motor Control Family

Low Cost Motor Control Family Low Cost Motor Control Family 2011 Microchip Technology Incorporated. All Rights Reserved. Comparator with blanking and filtering Slide 1 Welcome to the Low Cost Motor Control Family web seminar. My Name

More information

AN4507 Application note

AN4507 Application note Application note PWM resolution enhancement through a dithering technique for STM32 advanced-configuration, general-purpose and lite timers Introduction Nowadays power-switching electronics exhibit remarkable

More information

Digital Power: Consider The Possibilities

Digital Power: Consider The Possibilities Power: Consider The Possibilities Joseph G Renauer Michael G. Amaro David Figoli Texas Instruments 1 The Promise of Power Accuracy and precision No drift Unit to unit uniformity Programmable performance

More information

Ultra-low-power Arm Cortex -M4 32-bit MCU+FPU, 100DMIPS, up to 128KB Flash, 40KB SRAM, analog, ext. SMPS

Ultra-low-power Arm Cortex -M4 32-bit MCU+FPU, 100DMIPS, up to 128KB Flash, 40KB SRAM, analog, ext. SMPS STM32L412xx Ultra-low-power Arm Cortex -M4 32-bit MCU+FPU, 100DMIPS, up to 128KB Flash, 40KB SRAM, analog, ext. SMPS Features Datasheet - production data Ultra-low-power with FlexPowerControl 1.71 V to

More information

STM32F103x8 STM32F103xB

STM32F103x8 STM32F103xB STM32F103x8 STM32F103xB Medium-density performance line ARM -based 32-bit MCU with 64 or 128 KB Flash, USB, CAN, 7 timers, 2 ADCs, 9 com. interfaces Features Datasheet - production data ARM 32-bit Cortex

More information

UM2068 User manual. Examples kit for STLUX and STNRG digital controllers. Introduction

UM2068 User manual. Examples kit for STLUX and STNRG digital controllers. Introduction User manual Examples kit for STLUX and STNRG digital controllers Introduction This user manual provides complete information for SW developers about a set of guide examples useful to get familiar developing

More information