filmov
tv
STM32C0 workshop - 01 GPIO - LED blinky lab
Показать описание
The objective of this lab is to generate a simple project using our ST IDE called the STM32CubeIDE software.
In this example we will blink one of the LED on our STM32C031 Nucleo board which is connected to the GPIO PA5 of our STM32C0 Microcontroller
*Code to be added:*
in main.c:
HAL_GPIO_TogglePin(LED_GPIO_Port, LED_Pin);
HAL_Delay(100);
The STM32C0 series is our new general purpose 32-bit microcontrollers offering simplicity and affordability.
Designers will especially appreciate its pin-to-pin compatibility with the STM32 family and its comprehensive development ecosystem.
*Who should attend this course?*
- Engineers looking for a general purpose microcontroller for their embedded applications
- Engineers who wish to better understand the STM32C0's innovative architecture and embedded smart peripherals
- Engineers looking to design applications using a user-friendly development ecosystem
*Prerequisites:*
- NUCLEO-C031C6 board
- type A to type B micro USB cable
- Laptop PC running Windows® 7, 8, 10 or 11 with administrator rights and with preinstalled software from below link:
*Complete list of prerequisites is available within the below link:*
*Materials:*
Workshop presentations in pdf format are available here:
In case of any questions, suggestions, feel free to contact us at our forum at:
Please share with us your feedback on this MOOC using anonymous survey at:
In this example we will blink one of the LED on our STM32C031 Nucleo board which is connected to the GPIO PA5 of our STM32C0 Microcontroller
*Code to be added:*
in main.c:
HAL_GPIO_TogglePin(LED_GPIO_Port, LED_Pin);
HAL_Delay(100);
The STM32C0 series is our new general purpose 32-bit microcontrollers offering simplicity and affordability.
Designers will especially appreciate its pin-to-pin compatibility with the STM32 family and its comprehensive development ecosystem.
*Who should attend this course?*
- Engineers looking for a general purpose microcontroller for their embedded applications
- Engineers who wish to better understand the STM32C0's innovative architecture and embedded smart peripherals
- Engineers looking to design applications using a user-friendly development ecosystem
*Prerequisites:*
- NUCLEO-C031C6 board
- type A to type B micro USB cable
- Laptop PC running Windows® 7, 8, 10 or 11 with administrator rights and with preinstalled software from below link:
*Complete list of prerequisites is available within the below link:*
*Materials:*
Workshop presentations in pdf format are available here:
In case of any questions, suggestions, feel free to contact us at our forum at:
Please share with us your feedback on this MOOC using anonymous survey at:
Комментарии