mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
27 lines
946 B
Markdown
27 lines
946 B
Markdown
在本篇中,你将可以在手边没有硬件的情况下对pikascript进行上手测试。
|
||
|
||
测试使用keil5的仿真工程,仿真目标板为stm32f103,下载仿真工程即可直接开始测试。
|
||
|
||
## (1) 下载工程
|
||
|
||
进入stm32 demo 仓库
|
||
|
||
(右键在新标签页中打开)
|
||
[pikascript-stm32-demo](../../../../pikascript-demo-stm32)
|
||
|
||
然后下载源码
|
||
|
||
![MJ8Y8RH0P@ILH~_E}TK5Q57](https://user-images.githubusercontent.com/88232613/130744247-2f71ba72-2d1b-49d9-bbb5-4eda334ec912.png)
|
||
(github 页面)
|
||
|
||
![image](https://user-images.githubusercontent.com/88232613/130744477-e6760afb-99bf-4be0-aa04-8fbe2ea737ec.png)
|
||
(gitee 页面)
|
||
|
||
本篇的测试只需要解压simulation-keil工程即可
|
||
|
||
![image](https://user-images.githubusercontent.com/88232613/130745409-364d67b8-04a4-45ab-bdd0-c59179419717.png)
|
||
|
||
直接打开工程
|
||
|
||
![image](https://user-images.githubusercontent.com/88232613/130745821-864038df-d8b0-41d2-97e8-199815d0d57d.png)
|