Difference between revisions of "STM32F107VC"

From Teknologisk videncenter
Jump to: navigation, search
m (Manuals)
m (Books)
Line 40: Line 40:
 
*[http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/APPLICATION_NOTE/CD00164185.pdf Getting started with STM32F10xxx hardware development]
 
*[http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/APPLICATION_NOTE/CD00164185.pdf Getting started with STM32F10xxx hardware development]
 
=Books=
 
=Books=
*[http://astore.amazon.co.uk/micromou-21/detail/185617963X/278-3297601-0186253 The Definitive Guide to the ARM Cortex-M3]  
+
*[http://astore.amazon.co.uk/micromou-21/detail/185617963X/278-3297601-0186253 The Definitive Guide to the ARM Cortex-M3] (ISBN: 185617963X)
*[http://astore.amazon.co.uk/micromou-21/detail/1439806101/278-3297601-0186253 ARM Assembly]
+
*[http://astore.amazon.co.uk/micromou-21/detail/1439806101/278-3297601-0186253 ARM Assembly] (ISBN: 9781439806104, ISBN 10:  1439806101) 
 
[[Category:ARM]]
 
[[Category:ARM]]

Revision as of 12:58, 27 August 2011

ARM controller from ST Microelectronics. STM32F Homepage. For example used on the MCBSTM32C evaluation board frem Keil

Specifications

The STMicroelectronics STM32F107VC is a

  • Core: ARM 32-bit Cortex-M3 Microcontroller
    • CPU clock up to 72MHz
  • Memories:
    • 256kB Embedded Flash
    • 64kB Embedded SRAM
  • Specific Features:
    • USB 2.0 Full Speed Device/Host/OTG Controller with on-chip PHY
    • 10/100 Ethernet MAC with dedicated DMA and SRAM
    • 12-channel DMA controller
    • 2 * CAN Interface (2.0B Active)
    • 2 * 12-bit ADC (16-channel)
    • 2 * 12-bit DAC
    • 2 * I2C - 5 * UART
    • 3 * SPI - 80 GPIO pins
  • Common Features:
    • PLL
    • Embedded Internal RC 8MHz and 32kHz
    • Real-Time Clock
    • Nested Interrupt Controller
    • Power Saving Modes
    • JTAG and SWD
    • Four 16-bit Timers with Input Capture
    • Output Compare and PWM or Pulse Counter and Quadrature Encoder Input
    • 16-bit Motor Control PWM
    • two Watchdog Timers
    • SysTick Timer
    • two 16-bit Basic Timers for DAC
    • CRC Calculation Unit (96-bit unique ID

Links

Manuals

Books