Difference between revisions of "STM32F107VC"

From Teknologisk videncenter
Jump to: navigation, search
m
m
 
Line 140: Line 140:
 
*[[/Using CAN bus|Using CAN bus]]
 
*[[/Using CAN bus|Using CAN bus]]
 
*[[/Using the RTC Real Time Clock|Using the RTC Real Time Clock]]
 
*[[/Using the RTC Real Time Clock|Using the RTC Real Time Clock]]
 +
*[[/timer2|Using timer2 to interrupt periodically]]
 
*[[/Implementing Standard low-level C-functions|Implementing Standard low-level C-functions]]
 
*[[/Implementing Standard low-level C-functions|Implementing Standard low-level C-functions]]
 
*[[/Using Ethernet and TCP/IP|Using Ethernet and TCP/IP]]
 
*[[/Using Ethernet and TCP/IP|Using Ethernet and TCP/IP]]

Latest revision as of 13:28, 2 December 2015

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

Kcmmemory.png
Specifications
Core
  • 32 BIT ARM 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)



Kservices.png
Running
Understanding the STM32F107VC
Running the MCBSTM32C Evaluation Board
Cortex M related topics
Components
Using External Circuits
External Help