cancel
Showing results for 
Search instead for 
Did you mean: 

Nucleo dev board default code

BLynn.1
Associate

I have a Nucleo-F446RE and C031C6. The default code that came on the board uses the blue button to change the LED blink pattern... Is this code available? It would be very helpful to be able to see how it works.

Thanks!!

1 ACCEPTED SOLUTION

Accepted Solutions
FBL
ST Employee

Hello @BLynn.1​,

Here you can find related example for CubeC0. Upcoming repository will be available on Github as well.

STM32CubeC0 - STM32Cube MCU Package for STM32C0 series (HAL, Low-Layer APIs and CMSIS, File tsystem, RTOS - and examples running on ST boards) - STMicroelectronics

Same for F4, you can find example either on ST.COM or on Github STM32CubeF4/Projects/STM32446E-Nucleo/Examples/GPIO/GPIO_IOToggle at master · STMicroelectronics/STM32CubeF4 (github.com)

Hope this answers your question!

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

3 REPLIES 3

Should be in the respective board examples in the CubeF4 and CubeC0 repositories.​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
FBL
ST Employee

Hello @BLynn.1​,

Here you can find related example for CubeC0. Upcoming repository will be available on Github as well.

STM32CubeC0 - STM32Cube MCU Package for STM32C0 series (HAL, Low-Layer APIs and CMSIS, File tsystem, RTOS - and examples running on ST boards) - STMicroelectronics

Same for F4, you can find example either on ST.COM or on Github STM32CubeF4/Projects/STM32446E-Nucleo/Examples/GPIO/GPIO_IOToggle at master · STMicroelectronics/STM32CubeF4 (github.com)

Hope this answers your question!

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Thank you!