diff --git a/bsp/stm32/stm32f103-blue-pill/README.md b/bsp/stm32/stm32f103-blue-pill/README.md index 6ec721d53e..77bbfbd657 100644 --- a/bsp/stm32/stm32f103-blue-pill/README.md +++ b/bsp/stm32/stm32f103-blue-pill/README.md @@ -253,7 +253,7 @@ vconsole_switch(dev); #### 4.1.5 Step 5 -Download the new program to your blue pill board. Re-plug the USB cable and you will find that a new serial (virtual com, 115200) device is found in your computer. Now, you can get rid of the UART-USB adapter by using USB as a console and send commands through USB cable. If you reset or reboot the blue pill board, you still need to re-plug the USB cable. +Download the new program to your blue pill board. Re-plug the USB cable and you will find a new serial (virtual com, 115200, 8-N-1) device in your computer. Then, you can use the USB instead of the UART-USB adapter as a console and send commands through USB cable. If you reset or reboot the blue pill board, you'll still need to re-plug the USB cable. diff --git a/bsp/stm32/stm32f103-blue-pill/README.pdf b/bsp/stm32/stm32f103-blue-pill/README.pdf index 1dae2820ad..cd845f0ef0 100644 Binary files a/bsp/stm32/stm32f103-blue-pill/README.pdf and b/bsp/stm32/stm32f103-blue-pill/README.pdf differ