hex2bin,keil软件hex转换成bin文件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
496 B

4 years ago
  1. # README
  2. ## Ref
  3. [Hex文件转换成Bin文件 - 简书 (jianshu.com)](https://www.jianshu.com/p/9a76b6f32579)
  4. 1.在当前路径地址栏中直接输入‘cmd’,然后回车。
  5. ![img](markdown.assets/README.assets/1301446-20190318095659030-1788959379.png)
  6. 2.将要转换的文件拷贝过来
  7. ![image-20211009170329521](markdown.assets/README.assets/image-20211009170329521.png)
  8. 3.执行指令
  9. ![image-20211009170425611](markdown.assets/README.assets/image-20211009170425611.png)