Search found 2 matches

by shiinakaze
Sat Aug 09, 2025 9:14 am
Forum: Documentation
Topic: Why does the manual refer to FSPI instead of SPI2?
Replies: 1
Views: 8293

Why does the manual refer to FSPI instead of SPI2?

屏幕截图 2025-08-09 171207.png
屏幕截图 2025-08-09 171207.png (49.03 KiB) Viewed 8293 times
by shiinakaze
Sun Apr 27, 2025 10:43 am
Forum: ESP-IDF 中文讨论版
Topic: uart 高频发送与接收问题
Replies: 0
Views: 182

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 ...

Go to advanced search