Search found 3 matches
- Mon Feb 26, 2024 9:21 am
- Forum: General discussion
- Topic: How to use PC14/PC15 as GPIO on STM32F407VGT6
- Replies: 6
- Views: 6342
Re: How to use PC14/PC15 as GPIO on STM32F407VGT6
Finally got it to work! Based on 'fpiSTM' post that they got it work on the discovery board. I uploaded my code to a disco F407 and it worked immediately (luckily, I had bought one when I started working on my F407 project... it really came in handy, it's always good to have the manufacturer's dev ...
- Wed Feb 21, 2024 8:35 am
- Forum: General discussion
- Topic: How to use PC14/PC15 as GPIO on STM32F407VGT6
- Replies: 6
- Views: 6342
Re: How to use PC14/PC15 as GPIO on STM32F407VGT6
I have tried the following board variants:
[env:diymore_f407vgt]
[env:disco_f407vg]
[env:diymore_f407vgt]
[env:disco_f407vg]
- Tue Feb 20, 2024 11:20 pm
- Forum: General discussion
- Topic: How to use PC14/PC15 as GPIO on STM32F407VGT6
- Replies: 6
- Views: 6342
How to use PC14/PC15 as GPIO on STM32F407VGT6
I have a custom board with an STM32F407VGT6 that I have trying to get ports PC14/15 to work as output ports. I am using STM32Arduino with PlatformIO IDE. Setting pinMode and then doing digitalWrite has no effect on those two ports. I suspect it has to do with the fact that those pins are also used ...