Difference between revisions of "STM32-NUCLEO-C031C6"

From media_wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
  
  
'''PWM''' using NUCLEO-C031C6
+
'''PWM''' Project using NUCLEO-C031C6
 
 
Start '''STM32 IDE'''<BR>
 
Click on '''File''':  Select '''New''': Select '''STM32Project'''
 
 
 
STM32 '''Target Selection'''<BR>
 
Click on Tab '''Board Selector'''<BR>
 
Enter in Commercial Part Number '''NUCLEO-C031C6'''
 
=[file:Target-Selector.PNG]=
 
  
 +
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

Target-Selector.PNG






STM32 Cube Programmer

STM32 Workshops

Main Page