Actual pin mappings and the comment differ!
I was stuck trying to debug the issue why my probe would not find any attached targets. This is because I was doing the pin mapping as per the comments, and not the actual code. There is a mismatch! This PR updates the comment to reflect the values set in code. :)
This commit is contained in:
parent
d6e29774fe
commit
51ac0fe319
|
@ -49,11 +49,11 @@
|
||||||
* TPWR = RB0 (input) -- analogue on mini design ADC1, ch8
|
* TPWR = RB0 (input) -- analogue on mini design ADC1, ch8
|
||||||
* nTRST = PB1
|
* nTRST = PB1
|
||||||
* SRST_OUT = PA2
|
* SRST_OUT = PA2
|
||||||
* TDI = PA3
|
* TDI = PA7
|
||||||
* TMS = PA4 (input for SWDP)
|
* TMS = PB14 (input for SWDP)
|
||||||
* TCK = PA5
|
* TCK = PA5
|
||||||
* TDO = PA6 (input)
|
* TDO = PA6 (input)
|
||||||
* nSRST = PA7 (input)
|
* nSRST = PB0 (input)
|
||||||
*
|
*
|
||||||
* USB cable pull-up: PA8
|
* USB cable pull-up: PA8
|
||||||
* USB VBUS detect: PB13 -- New on mini design.
|
* USB VBUS detect: PB13 -- New on mini design.
|
||||||
|
|
Loading…
Reference in New Issue