- 屏幕截图 2025-08-09 171207.png (49.03 KiB) Viewed 8293 times
Search found 2 matches
- Sat Aug 09, 2025 9:14 am
- Forum: Documentation
- Topic: Why does the manual refer to FSPI instead of SPI2?
- Replies: 1
- Views: 8293
- Sun Apr 27, 2025 10:43 am
- Forum: ESP-IDF 中文讨论版
- Topic: uart 高频发送与接收问题
- Replies: 0
- Views: 184
uart 高频发送与接收问题
发送部分:
#define TAG "mic"
#define SAMPLE_RATE 8000
#define TP_MESH_SEND_ADDR "FFBF"
/*
* dma_buffer_size = dma_frame_num * slot_num * slot_bit_width / 8
* the `dma_frame_num` should be the multiple of `3` when the data bit width is 24.
* the `channel_num` should be 1 when the slot mode is mono ...
#define TAG "mic"
#define SAMPLE_RATE 8000
#define TP_MESH_SEND_ADDR "FFBF"
/*
* dma_buffer_size = dma_frame_num * slot_num * slot_bit_width / 8
* the `dma_frame_num` should be the multiple of `3` when the data bit width is 24.
* the `channel_num` should be 1 when the slot mode is mono ...