2023-03-16 09:26 PM
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!!
Solved! Go to Solution.
2023-03-17 02:44 AM
Hello @BLynn.1,
Here you can find related example for CubeC0. Upcoming repository will be available on Github as well.
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.
2023-03-17 12:27 AM
Should be in the respective board examples in the CubeF4 and CubeC0 repositories.
2023-03-17 02:44 AM
Hello @BLynn.1,
Here you can find related example for CubeC0. Upcoming repository will be available on Github as well.
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.
2023-03-17 07:02 AM
Thank you!