Closed terrillmoore closed 6 years ago
variant.cpp line 36 has:
variant.cpp
PB_5, //D5 D5
But according to the schematic D5 is connected to PB_6. and PB_5 is flash write protect (so should be one of the higher numbered digitalPin[] entries (perhaps D32?).
If we get the BSP repo posted, I'll send a pull request. The above patch fixes things.
Transferred to https://github.com/mcci-catena/Arduino_Core_STM32/issues/10
variant.cpp
line 36 has:But according to the schematic D5 is connected to PB_6. and PB_5 is flash write protect (so should be one of the higher numbered digitalPin[] entries (perhaps D32?).