Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
boards:vcc-gnd [2015/03/22 21:55]
127.0.0.1 external edit
boards:vcc-gnd [2023/08/07 10:35] (current)
darron [Resources]
Line 1: Line 1:
 ==== vcc-gnd STM32F103C8T6 ==== ==== vcc-gnd STM32F103C8T6 ====
 <wrap right> <wrap right>
-{{:boards:vcc-gnd.jpg?200|STLink}}+{{:boards:vcc-gnd-st-link-ftdi-bitscope.jpg?200|STLink FTDI BITSCOPE}}
 \\ \\ \\ \\
-{{:boards:vgstm32flash.jpg?200|STM32Flash}}+{{:boards:vcc-gnd.jpg?100|STLink}} 
 +\\ \\ 
 +{{:boards:vgstm32flash.jpg?100|STM32Flash}}
 </wrap> </wrap>
  
-These are cheap development boards with 64KB flash  and 20KB ram.+These are cheap development Arm Cortex-M3 boards with 64KB flash and 20KB ram.
  
 The firmware that ships on these devices blinks the LED on PC13 and sends a time  The firmware that ships on these devices blinks the LED on PC13 and sends a time 
Line 14: Line 16:
 === Pinout === === Pinout ===
 <code> <code>
-   B12        MICRO USB         GND +               SPI2 NSS  PB12        MICRO USB         GND 
-   B13                          GND +               SPI2 SCK  PB13                          GND 
-   B14                          3V3 +               SPI2 MISO PB14                          3V3 
-   B15   RESET    GND    GND  RESET  +               SPI2 MOSO PB15  RESET    GND    GND   RESET  
-   A8    BUTTON  *BOOT1 *BOOT0  B11 +                          PA8  BUTTON  *BOOT1 *BOOT0  PB11 ICC2 SDA 
-TX A9             3V3    3V3    B10 +              USART1 TX   PA9           3V3    3V3    PB10 I2C2 SCL 
-RX A10                           B1 +              USART1 RX  PA10                          PB1 
-   A11                           B0 +CAN1_RX USBDM USART1 CTS PA11                          PB0 
-   A12                           A7 +CAN1_TX USBDP USART1 RTS PA12                          PA7 SPI1 MOSI 
-   A15                           A6 +                         PA15                          PA6 SPI1 MISO 
-   B3       STM32F103C8T6        A5 +                          PB3      STM32F103C8T6       PA5 SPI1 SCK 
-   B4                            A4 +                          PB4                          PA4 SPI1 NSS 
-   B5                            A3 +                          PB5                          PA3 USART2 RX 
-   B6                            A2 +               I2C1 SCK   PB6                          PA2 USART2 TX 
-   B7              8M            A1 +               I2C1 SDA   PB7          8MHz            PA1 USART2 RTS 
-   B8           32768            A0 +               CAN1_RX    PB8         32.768K          PA0 USART2 CTS 
-   B9                           C15 +               CAN1_TX    PB9                         PC15 
-   5V       PC13     POWER      C14 +                          5V       PC13     POWER     PC14 
-   GND      LED      LED        C13 +                          GND      LED      LED       PC13 
-   3V3           SWD           VBAT +                          3V3           SWD           VBAT 
-          3V3 DIO  DCLK GND +                                 3V3 DIO  DCLK GND 
-              PA13 PA14 +                                     PA13 PA14
 *100K IN SERIES *100K IN SERIES
 +
 +NB not all and only default alternate functions shown
 +</code>
 +
 +===Clocks===
 +
 +<code>
 +HSE 8000000 Y2 8 MHz
 +HSI 8000000
 +LSE 32768   Y3 32.768K
 +LSI 40000
 </code> </code>
  
Line 43: Line 55:
 Power is supplied on the USB socket which feeds a 3V3 LDO regulator. Power is supplied on the USB socket which feeds a 3V3 LDO regulator.
  
-It is possible to power the device with 3V3 on the 3V3 pin or 5V on the 5V pin (to feed to LDO) if USB is disconnected.+It is possible to power the device with 3V3 on the 3V3 pin or 5V on the 5V pin (to feed the LDO) if USB is disconnected.
 === LED demo === === LED demo ===
  
Line 130: Line 142:
 === Resources === === Resources ===
 [[http://item.taobao.com/item.htm?spm=a1z10.1-c.w4004-6273769137.4.zCAqSz&id=22097803050|Product page]] [[http://item.taobao.com/item.htm?spm=a1z10.1-c.w4004-6273769137.4.zCAqSz&id=22097803050|Product page]]
 +
 +[[https://wiki.kewl.org/downloads/The-Generic-STM32F103-Pinout-Diagram.pdf|Pinout]]
 +
 +[[https://wiki.kewl.org/downloads/Vcc-gnd.com-STM32F103C8-schematic.pdf|Schematic]]
 +
 +[[https://www.st.com/resource/en/datasheet/stm32f103cb.pdf|MCU Data-sheet]]
 +
 +[[https://www.st.com/resource/en/reference_manual/rm0008-stm32f101xx-stm32f102xx-stm32f103xx-stm32f105xx-and-stm32f107xx-advanced-armbased-32bit-mcus-stmicroelectronics.pdf|MCU reference manual]]
 +
 +