1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

STM32C0116-DKでLチカして遊ぶ。前半(購入編)(STM32C011)

Last updated at Posted at 2025-08-02

目的

  • STM32C011の開発効率を上げる為にボートを購入

STM32C0116-DK ボード

o_coq935.jpg

STM32 Discovery Kit STM32C011F6

  • 販売コード 129424
  • 型番 STM32C0116-DK
  • 発売日 2024/04/29 9:04:31
  • メーカーカテゴリ STMicroelectronics(STマイクロ)

主にLEDと4方向キーと拡張Groveコネクターが付いている。
STM32C011の事。
PA8に十字キーが接続されて、いる
液晶(OLED)が繋がる、らしい。(NHD-C0216CZ-FSW-FBW-3V3(ピッチは、1.5mm

o_coq936.jpg

o_coq937.jpg

o_coq939.jpg

I2C関連

  • icのピン配置

1pin PC15 :
2pin VDD :
3pin VSS :
4pin NRST :
5pin PA0 :
6pin PA1 :
7pin PA2 :
8pin PA3 :
9pin PA4 :
10pin PA5 :
11pin PA6 :
12pin PA7 :
13pin PA8 : Stck
14pin PA11(PA9) : I2C1_SCL (VCP)
15pin PA12(PA10) : I2C1_SDA (VCP)
16pin PA13 : SWD
17pin PA14 : SWD
18pin PB6 : I2C1_SLC (LED)
19pin PB7 : I2C1_SDA I2C1_SCL ←ココと
20pin PC14 : I2C1_SDA ←ココで

  • stm32c0116-dkのピン配置

IMG_4235.png

IMG_4268.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?