如何在 QCC5144 上正確配置 I2S 輸出
本帖最后由 O11111 于 2021-9-6 01:38 编辑My x2p and x2w files have been attached, the problem is here: http://www.52bluetooth.com/forum.php?mod=viewthread&tid=81509
const i2s_config_t device_i2s_config ={
.master_mode = 1,
.data_format = 0,
.bit_delay = 1,
.bits_per_sample = 24,
.bclk_scaling = 48,
.mclk_scaling = 0,
.enable_pio = PIN_INVALID
};
值得學習 headset_setup_audio.c 中有更多配置
页:
[1]