Difference between revisions of "STM32-NUCLEO-C031C6"

From media_wiki
Jump to: navigation, search
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
 +
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 Demo
+
PWM using NUCLEO-C031C6
 +
 
 +
Start STM32 IDE<BR>
 +
Click on '''File'''  Select '''New''' Select '''STM32Project'''
 +
 
 +
STM32 '''Target Selection'''
 +
Click on Tab '''Board Selector'''
 +
Enter in Commercial Part Number NUCLEO-C031C6
 +
 
  
  

Revision as of 03:31, 28 February 2023

Getting Started with the STM32

STM32 Nucleo-64 development board with STM32C031C6 MCU, supports Arduino and ST morpho connectivity

Microcontroller STM32C031C6T6 
Refer to STM32 Cube Programming to save the demo program before writing a new program to this board.

PWM 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







STM32 Cube Programmer

STM32 Workshops

Main Page