This commit is contained in:
jxltom 2020-09-16 23:31:11 +08:00 committed by UweBonnes
parent de01a75ca9
commit 75b5e72a00
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ int usbuart_debug_write(const char *buf, size_t len);
* LED1 = PB10 (Yellow LED : Idle) * LED1 = PB10 (Yellow LED : Idle)
* LED2 = PB11 (Red LED : Error) * LED2 = PB11 (Red LED : Error)
* *
* TPWR = RB0 (input) -- analogue on mini design ADC1, ch8 * TPWR = PB0 (input) -- analogue on mini design ADC1, ch8
* nTRST = PB1 (output) [blackmagic] * nTRST = PB1 (output) [blackmagic]
* PWR_BR = PB1 (output) [blackmagic_mini] -- supply power to the target, active low * PWR_BR = PB1 (output) [blackmagic_mini] -- supply power to the target, active low
* TMS_DIR = PA1 (output) [blackmagic_mini v2.1] -- choose direction of the TCK pin, input low, output high * TMS_DIR = PA1 (output) [blackmagic_mini v2.1] -- choose direction of the TCK pin, input low, output high