mcci-catena / arduino-boards

Arduino board-support packages for MCCI-Catena
6 stars 3 forks source link

Catena 4551 D5 pin assigment is wrong #4

Closed terrillmoore closed 6 years ago

terrillmoore commented 6 years ago

variant.cpp line 36 has:

  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?).

terrillmoore commented 6 years ago

If we get the BSP repo posted, I'll send a pull request. The above patch fixes things.

terrillmoore commented 6 years ago

Transferred to https://github.com/mcci-catena/Arduino_Core_STM32/issues/10