Closed
Description
Hi there,
ST decided to use PB4
as D5
on their F103RB nucleo.
Unfortunately, PB4
is by default mapped as NJTRST
, see Table 37 of RM0008.
I have not found a way to remap PB4 to GPIO by modm.
In an example with Blue Pill there is a hint in the code to access AFIO->MAPR
directly, which works.
What should we do about it? Add new API to modm?