This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/examples/usb/usb_msc_ram/readme.md

11 lines
271 B
Markdown
Raw Normal View History

## 编译命令
```bash
$ make APP=usb_msc_ram BOARD=bl706_avb
```
## 期望结果
1. 烧入代码后,按下 **BL706_AVB** 开发板上的 **RST** 按键,电脑上识别到一个 **U** 盘;
2. 格式化此 **U** 盘后,可以创建和编辑文件;