修改段地址

This commit is contained in:
zqm
2026-04-01 15:10:28 +08:00
parent 993e51a853
commit 537f0814f2
13 changed files with 585 additions and 570 deletions

View File

@@ -17,7 +17,7 @@ ESP32-S3 USB 复合设备项目,采用 C + Rust 混合编程:
1. 编译 Rust 库:
```batch
build_rust.bat
cargo.bat
```
2. 编译 ESP-IDF 项目:
@@ -39,6 +39,20 @@ idf.cmd flash
idf.cmd -p COM3 flash
```
### 擦除 flash
使用以下命令擦除整个 flash
```batch
idf.cmd erase_flash
```
或者指定端口:
```batch
idf.cmd -p COM3 erase_flash
```
## 调试与日志
### 串口监视器