Hi there,
I’m working in a project for blackpill stm32f411, was having issues with certain pins & digitalWriteFast().
I’ve noticed that those pins that I’m having problems with, have a different value in the different pin name format, and the ones that work fine have the same value in both formats. Any suggestion about how to deal with this would be much appreciated.
PB12 = 27, PB_12 = 28
PB13 = 28, PB_13 = 29
PB14 = 29, PB_14 = 30
PB15 = 30, PB_15 = 31
PC13 = 31, PC_13 = 45
PC14 = 32, PC_14 = 46