Browse Source

Merge pull request #180 from paramaggarwal/patch-1

Actual pin mappings and the comment differ!
pull/15/merge
Gareth McMullin 8 years ago
committed by GitHub
parent
commit
a77fb9ac1b
  1. 6
      src/platforms/stlink/platform.h

6
src/platforms/stlink/platform.h

@ -49,11 +49,11 @@
* TPWR = RB0 (input) -- analogue on mini design ADC1, ch8
* nTRST = PB1
* SRST_OUT = PA2
* TDI = PA3
* TMS = PA4 (input for SWDP)
* TDI = PA7
* TMS = PB14 (input for SWDP)
* TCK = PA5
* TDO = PA6 (input)
* nSRST = PA7 (input)
* nSRST = PB0 (input)
*
* USB cable pull-up: PA8
* USB VBUS detect: PB13 -- New on mini design.

Loading…
Cancel
Save