Skip to content

Instantly share code, notes, and snippets.

@yukpiz
Created September 2, 2015 05:43
Show Gist options
  • Save yukpiz/70ecc588cc904d4aad52 to your computer and use it in GitHub Desktop.
Save yukpiz/70ecc588cc904d4aad52 to your computer and use it in GitHub Desktop.

STM32のプロジェクトを作る

新しいプロジェクトを作成する

  1. STM32CubeMXを起動する。
  2. FileNew Projectを選択
  3. Board Selectorタブを選択
  4. Initialize all IP with their default Modeにチェック
  5. Type of BoardでDiscoveryを選択
  6. MCU SeriesでSTM32F4を選択
  7. Boards List X ItemsからSTM32F4DISCOVERYを選択
  8. OKでプロジェクトが作成される

Peripheralsの設定

  1. RCCのHigh Speed Clock (HSE)をBYPASS Clock Sourceに変
  2. TODO:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment