Difference between revisions of "STM32F107VC"

From Teknologisk videncenter
Jump to: navigation, search
m
m
 
(22 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
|colorcombination = 11
 
|colorcombination = 11
 
|picture  =  Kcmmemory.png
 
|picture  =  Kcmmemory.png
|headline = STM32F107VC Specifications
+
|headline = Specifications
 
|bgcolor  = transparent
 
|bgcolor  = transparent
 
|bottombox = [http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/REFERENCE_MANUAL/CD00171190.pdf Reference Manual]
 
|bottombox = [http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/REFERENCE_MANUAL/CD00171190.pdf Reference Manual]
Line 52: Line 52:
 
* SysTick Timer
 
* SysTick Timer
 
* two 16-bit Basic Timers for DAC
 
* two 16-bit Basic Timers for DAC
* CRC Calculation Unit (96-bit unique ID
+
* CRC Calculation Unit (96-bit unique ID)
 
}}
 
}}
 
<!----------------- DOCUMENTATION BOX ---------------------->
 
<!----------------- DOCUMENTATION BOX ---------------------->
Line 58: Line 58:
 
|colorcombination = 6
 
|colorcombination = 6
 
|picture  = Reminders.png
 
|picture  = Reminders.png
|headline = STM32F107VC Documentation
+
|headline = Documentation
 
|bgcolor  = transparent
 
|bgcolor  = transparent
 
|bottombox = [http://infocenter.arm.com/help/index.jsp ARM Infocenter]
 
|bottombox = [http://infocenter.arm.com/help/index.jsp ARM Infocenter]
Line 67: Line 67:
 
  }}
 
  }}
 
*[http://www.st.com/internet/mcu/class/1734.jsp STM32F (32-bit ARM Cortex) Homepage]
 
*[http://www.st.com/internet/mcu/class/1734.jsp STM32F (32-bit ARM Cortex) Homepage]
*[http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/REFERENCE_MANUAL/CD00171190.pdf Reference Manual]
+
*[http://www.st.com/web/en/resource/technical/document/reference_manual/CD00171190.pdf Reference Manual]
 
*[http://www.keil.com/dd/docs/datashts/st/stm32f105(7)xx_ds.pdf Data Sheet]
 
*[http://www.keil.com/dd/docs/datashts/st/stm32f105(7)xx_ds.pdf Data Sheet]
 
*[http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/PROGRAMMING_MANUAL/CD00283419.pdf STM32F10xxx Flash memory microcontrollers]
 
*[http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/PROGRAMMING_MANUAL/CD00283419.pdf STM32F10xxx Flash memory microcontrollers]
Line 82: Line 82:
 
*[http://svn.openpcd.org/trunk/hardware/QRC0001_UALside2.pdf ARM Assembler Quick Reference Guide]
 
*[http://svn.openpcd.org/trunk/hardware/QRC0001_UALside2.pdf ARM Assembler Quick Reference Guide]
 
*[http://infocenter.arm.com/help/topic/com.arm.doc.ddi0337e/DDI0337E_cortex_m3_r1p1_trm.pdf Cortex™-M3 Technical Reference Manual]
 
*[http://infocenter.arm.com/help/topic/com.arm.doc.ddi0337e/DDI0337E_cortex_m3_r1p1_trm.pdf Cortex™-M3 Technical Reference Manual]
 +
*[http://infocenter.arm.com/help/topic/com.arm.doc.ihi0039b/IHI0039B_clibabi.pdf C Library ABI for the ARM Architecture]
 +
*[http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0475c/Cihgdcdj.html The ARM C and C++ libraries (armcc V4.1)]
 
{{FrontpageBox/subject
 
{{FrontpageBox/subject
 
  |colorcombination    = 6
 
  |colorcombination    = 6
Line 95: Line 97:
 
** ISBN: 185617963X
 
** 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
+
**ISBN: 9781439806104, ISBN 10:  1439806101  
 +
*[http://www.e-books.dk E-Books.dk] (Industriens forlag)
 +
**User: eucmidt-elev
 +
**Password: eucmidt
 
}}
 
}}
 
|- valign=top  
 
|- valign=top  
Line 102: Line 107:
 
|colorcombination = 5
 
|colorcombination = 5
 
|picture  = Kservices.png
 
|picture  = Kservices.png
|headline = Running the STM32F107VC
+
|headline = Running
 
|bgcolor  = transparent
 
|bgcolor  = transparent
 
|bottombox = [http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/REFERENCE_MANUAL/CD00171190.pdf Reference Manual]
 
|bottombox = [http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/REFERENCE_MANUAL/CD00171190.pdf Reference Manual]
Line 117: Line 122:
 
  }}
 
  }}
 
*[[MCBSTM32C/Blinky simple|Blinky Simple]]
 
*[[MCBSTM32C/Blinky simple|Blinky Simple]]
 +
{{FrontpageBox/subject
 +
|colorcombination    = 5
 +
|title = Cortex M related topics
 +
}}
 +
*[[/Bit-banding|Bit-banding]]
 
{{FrontpageBox/subject
 
{{FrontpageBox/subject
 
  |colorcombination    = 5
 
  |colorcombination    = 5
Line 122: Line 132:
 
  }}
 
  }}
 
* [[/GPIO|Using the GPIO - Generel Purpose input/Output]]
 
* [[/GPIO|Using the GPIO - Generel Purpose input/Output]]
* [[/RSS|Using the RSS - Reset and Clock Control features]]
+
* [[/RCC|Using the RCC - Reset and Clock Control features]]
 
*[[/Reset and boot|Reset and boot]]
 
*[[/Reset and boot|Reset and boot]]
 
*[[/USART|Serial communication with USART]]
 
*[[/USART|Serial communication with USART]]
Line 128: Line 138:
 
*[[/Using Keil RTX RTOS|Using Keil RTX RTOS]]
 
*[[/Using Keil RTX RTOS|Using Keil RTX RTOS]]
 
*[[/Using ADC|Using ADC]] (Analog to Digital Converter)
 
*[[/Using ADC|Using ADC]] (Analog to Digital Converter)
 +
*[[/Using CAN bus|Using CAN bus]]
 +
*[[/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]]
 
*[[/Building a RTOS|Building a RTOS]]
 
*[[/Building a RTOS|Building a RTOS]]
 
  {{FrontpageBox/subject
 
  {{FrontpageBox/subject
Line 135: Line 149:
 
  }}
 
  }}
 
*[[/Using I²C|Using the I²C to interface to external circuits]]
 
*[[/Using I²C|Using the I²C to interface to external circuits]]
*[[/Using I²C/LIS302DL|LIS302DL 3 Axis motion Sensor]]
+
*[[MCBSTM32C/Motionsensor 1|LIS302DL 3 Axis motion Sensor]]
 
*[[/Using MCBQVGA-TS-Display-v12|Using Keils TFT-LCD Touchscreen display]]
 
*[[/Using MCBQVGA-TS-Display-v12|Using Keils TFT-LCD Touchscreen display]]
 +
*[[/Using CS42L52 Stereo CODEC|Using the CS42L52 Stereo CODEC]]
 +
*[[/Using M24C64 EEPROM | Using the M24C64 EEPROM]]
 +
{{FrontpageBox/subject
 +
|colorcombination    = 5
 +
|title = External Help
 +
}}
 +
*[https://my.st.com/public/STe2ecommunities/mcu/default.aspx my.st.com]
 
}}
 
}}
 
|-
 
|-
 
|}
 
|}
 
[[Category:STM32F107VC]][[Category:ARM]]
 
[[Category:STM32F107VC]][[Category:ARM]]

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