Possible to change PA15 assignment?

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
bittware
Posts: 45
Joined: Mon Aug 18, 2014 3:27 am

Possible to change PA15 assignment?

Post by bittware » Thu Jun 02, 2022 7:45 am

Hi
I'd like to find out an extra timer input.
PA15 is a candidate that provides input to TIM2_CH1.
But its already assigned to the yellow LED driver output within pyboard 1.1 context.
I want to know if it's possible to reassign the pin function of PA15 assuming I use it as an input pin?
Any side effect from micropython firmware point of view?

Online
User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: Possible to change PA15 assignment?

Post by Roberthh » Thu Jun 02, 2022 8:29 am

You can always re-configure a Pin.

Post Reply