You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The ST [STM32C0316-DK](https://www.st.com/en/evaluation-tools/stm32c0316-dk.html)
9
+
* is an evaluation board supporting a ARM Cortex-M0 STM32C031C6 microcontroller
10
+
* with 8KB of RAM and 32KB of ROM Flash.
11
+
*
12
+
* ### Pinout
13
+
*
14
+
* See [this application note as reference](https://www.st.com/resource/en/application_note/an5673-getting-started-with-stm32c0-mcu-hardware-development-stmicroelectronics.pdf).
15
+
* This means the responsibility is on the firmware configurer to take special care when configured IO, ensuring that
16
+
* ports are not conflicting on each pin.
17
+
*
18
+
* ### Flash the board
19
+
*
20
+
* The STM32C0316-DK board includes an on-board ST-LINK programmer and can be
21
+
* flashed using OpenOCD.
22
+
*
23
+
* To flash this board, just use the following command:
24
+
*
25
+
* ```
26
+
* make BOARD=stm32c0316-dk flash -C examples/hello-world
27
+
* ```
28
+
*
29
+
* ### UART Terminal Interaction
30
+
*
31
+
* Due to the limited number of pins, to get stdio UART traffic, use a USB->UART adapter
32
+
* like the CP2104 from Adafruit (http://adafru.it/954). Connect the adapter's TX line
33
+
* to the MCU RX pin (PB6, Pin 8) and the adapter's RX line to the MCU's TX pin -
0 commit comments