diff --git a/bsp/stm32/stm32f103-blue-pill/README.md b/bsp/stm32/stm32f103-blue-pill/README.md index 8be755015743cb41ac6abcc4e6d655341f2b2417..fe7d6ef34a55a7b7d01addb5248d92652d64a30f 100644 --- a/bsp/stm32/stm32f103-blue-pill/README.md +++ b/bsp/stm32/stm32f103-blue-pill/README.md @@ -222,6 +222,22 @@ Each peripheral supporting condition for this BSP is as follows: +### 3.8 MDK-Keil5 Simulator + + If you haven't had a real Blue Pill Board yet, you may use MDK-Keil5 simulator to simulate to run RT-Thread on Blue Pill Board. + +![simulator1](figures/simulator1.png) + + + +![simulator2](figures/simulator2.jpg) + + + +![simulator3](figures/simulator3.png) + + + ## 4 **Advanced Features** This BSP only enables GPIO and USART1 by default. If you need more advanced features such as SPI, ADC, or to add software packages, you need to configure the BSP with RT-Thread [ENV tool](https://www.rt-thread.io/download.html?download=Env), as follows: diff --git a/bsp/stm32/stm32f103-blue-pill/README.pdf b/bsp/stm32/stm32f103-blue-pill/README.pdf index c8b60b5c7f0e0fe186eda8b7839e25567b686376..aa19640045304bdc2cd99a11e0ce27d4b1ea474f 100644 Binary files a/bsp/stm32/stm32f103-blue-pill/README.pdf and b/bsp/stm32/stm32f103-blue-pill/README.pdf differ diff --git a/bsp/stm32/stm32f103-blue-pill/figures/simulator1.png b/bsp/stm32/stm32f103-blue-pill/figures/simulator1.png new file mode 100644 index 0000000000000000000000000000000000000000..8cb3a9767e477551ceac188a8e0d3e83af6e266d Binary files /dev/null and b/bsp/stm32/stm32f103-blue-pill/figures/simulator1.png differ diff --git a/bsp/stm32/stm32f103-blue-pill/figures/simulator2.jpg b/bsp/stm32/stm32f103-blue-pill/figures/simulator2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b4c1ca0bf9fa0da86f7798df0819b284ffa5e82 Binary files /dev/null and b/bsp/stm32/stm32f103-blue-pill/figures/simulator2.jpg differ diff --git a/bsp/stm32/stm32f103-blue-pill/figures/simulator3.png b/bsp/stm32/stm32f103-blue-pill/figures/simulator3.png new file mode 100644 index 0000000000000000000000000000000000000000..4c9102de72cc65f5c9848fa31a5f7d6849459c85 Binary files /dev/null and b/bsp/stm32/stm32f103-blue-pill/figures/simulator3.png differ