2017年4月18日 星期二

Arduino筆記 Lesson 3-閱讀Datasheet-STM32F103c8t6的規格


資料來源:
https://developer.mbed.org/users/hudakz/code/STM32F103C8T6_Hello/shortlogSTM32F103C8T6 board

微處理機規格
  • STM32F103C8T6 in LQFP48 package
  • ARM®32-bit Cortex®-M3 CPU
  • 72 MHz max CPU frequency
  • VDD from 2.0 V to 3.6 V
  • 64 KB Flash
  • 20 KB SRAM
  • GPIO (32) with external interrupt capability
  • 12-bit ADC (2) with 10 channels
  • RTC
  • Timers (4)
  • I2C (2)
  • USART (3)
  • SPI (2)
  • USB 2.0 full-speed
  • CAN
IC的Datasheet如連結,有機會再跟各位說明一下相關的datasheet內容

電路板規格
  • Small foot-print
  • Flexible board power supply: USB VBUS or external source (3.3V, 5V)
  • User LED: LED1 (PC13)
  • One push button: RESET
  • Programming/Debug port
  • Micro-B USB connector 

沒有留言:

張貼留言

零下世界-電子電路的狀態

我們分為幾個地方進行討論:在單晶片系統當中,包含了幾個元件 1.MCU 2.晶體震盪器 3.電池 下面就各個元件的狀態來說明零下的時候各個元件效應 1.MCU的工作狀態:資料來源, STM32F103 Datasheet The devices operate f...