Stm32f103r8t6 - I need set pin PC7 as output in arduino
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-06-23 3:36 AM
Hi, I have Stm32f103r8t6 minimum board, and I need blinkig LED on pin PC7, in Arduino, how do alternate function configuration, please example.
Labels:
- Labels:
-
GPIO-EXTI
-
STM32duino
-
STM32F1 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-10-15 6:34 AM
maybe is too late for you but...
pinMode(PC7,OUTPUT);
hit me up in https://www.linkedin.com/in/javiermu%C3%B1oz/
