From 4ddb1802904763824c1ca9ce616a188c1d8b1dea Mon Sep 17 00:00:00 2001 From: Adrm <1784598878@qq.com> Date: Thu, 5 Oct 2023 18:59:08 +0800 Subject: [PATCH] Update README.md --- .../Applications/app_test/test_hash/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/APP_Framework/Applications/app_test/test_hash/README.md b/APP_Framework/Applications/app_test/test_hash/README.md index cb3a6cc72..258e6ede8 100644 --- a/APP_Framework/Applications/app_test/test_hash/README.md +++ b/APP_Framework/Applications/app_test/test_hash/README.md @@ -74,26 +74,26 @@ make BOARD=cortex-m3-emulator menuconfig ``` make BOARD=cortex-m3-emulator ``` -![image](png/5.png) +![image](5.png) 4.编译正确无误,产生XiZi-cortex-m3-emulator.elf、XiZi-cortex-m3-emulator.bin文件。 -![image](png/1.png) +![image](1.png) 5.将XiZi-cortex-m3-emulator.bin文件复制至Windows实验目录。连接矽璓硬件终端至电脑后,启动K-Flash烧录系统 -![image](png/9.png) +![image](9.png) 6.reset成功,K-Flash Terminal命令行界面如下 -![image](png/6.png) +![image](6.png) 7.在弹出的终端中输入Help,验证Hash_Map注册Shell命令 -![image](png/8.png) +![image](8.png) 8.执行Hash_Map命令,打印测试结果。 -![image](png/7.jpg) +![image](7.jpg) 如图所示,功能实现成功