Search found 2 matches

by arkenPatch
Wed Mar 15, 2023 11:36 pm
Forum: General discussion
Topic: [New User] Access additional pins from Arduino IDE?
Replies: 2
Views: 548

Re: [New User] Access additional pins from Arduino IDE?

So you're saying(based on the image);

Image

pinMode(12,INPUT);
can be written as
pinMode(PA6, INPUT);

and that can be used for the outer, non-arudino rows also?
like;

pinMode(PC8, INPUT);
by arkenPatch
Wed Mar 15, 2023 9:53 pm
Forum: General discussion
Topic: [New User] Access additional pins from Arduino IDE?
Replies: 2
Views: 548

[New User] Access additional pins from Arduino IDE?

Hi everyone, I'm new to the STM32 world and just picked up my first STM32F446RE Nucleo6-64 board. Is it possible to use the non "arduino" pins as additional GPIO pins? Is there a lesson or tutorial someone knows of on how to call these pins in the arduino IDE? For example. I can see CN9 an...

Go to advanced search