Difference between revisions of "STM32-NUCLEO-C031C6"
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Getting Started with the STM32 | + | Getting Started with the STM32<BR> |
+ | |||
+ | STM32 Nucleo-64 development board with STM32C031C6 MCU, supports Arduino and ST morpho connectivity | ||
+ | The ARDUINO® Uno V3 connectivity support and the ST morpho headers allow the easy expansion of the functionality of the STM32 Nucleo platform with a wide choice of specialized shields.<BR> | ||
+ | The STM32 Nucleo-64 board does not require any separate probe as it integrates the ST-LINK debugger/programmer.<BR> | ||
+ | The STM32 Nucleo-64 board comes with the STM32 comprehensive free software libraries and examples available with the STM32Cube MCU Package.<BR> | ||
+ | |||
+ | Microcontroller STM32C031C6T6 | ||
Refer to '''STM32 Cube Programming''' to save the demo program before writing a new program to this board. | Refer to '''STM32 Cube Programming''' to save the demo program before writing a new program to this board. | ||
− | |||
+ | '''PWM''' Project using NUCLEO-C031C6 | ||
+ | |||
+ | Start '''STM32 IDE''' | ||
+ | Click on '''File''': Select '''New''': Select '''STM32Project''' | ||
+ | |||
+ | STM32 '''Target Selection''' | ||
+ | Click on Tab '''Board Selector''' | ||
+ | Enter in Commercial Part Number '''NUCLEO-C031C6''' | ||
+ | Select the board in the '''Board list''' and the select '''Next''' | ||
+ | [[file:Target-Selector.PNG|550px|]] | ||
Latest revision as of 04:33, 28 February 2023
Getting Started with the STM32
STM32 Nucleo-64 development board with STM32C031C6 MCU, supports Arduino and ST morpho connectivity
The ARDUINO® Uno V3 connectivity support and the ST morpho headers allow the easy expansion of the functionality of the STM32 Nucleo platform with a wide choice of specialized shields.
The STM32 Nucleo-64 board does not require any separate probe as it integrates the ST-LINK debugger/programmer.
The STM32 Nucleo-64 board comes with the STM32 comprehensive free software libraries and examples available with the STM32Cube MCU Package.
Microcontroller STM32C031C6T6 Refer to STM32 Cube Programming to save the demo program before writing a new program to this board.
PWM Project using NUCLEO-C031C6
Start STM32 IDE Click on File: Select New: Select STM32Project
STM32 Target Selection
Click on Tab Board Selector Enter in Commercial Part Number NUCLEO-C031C6 Select the board in the Board list and the select Next