O11111 发表于 2021-9-6 01:36:03

如何在 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
};


mimidoko 发表于 2021-12-29 01:22:35

值得學習

O11111 发表于 2022-1-8 19:00:30

headset_setup_audio.c 中有更多配置
页: [1]
查看完整版本: 如何在 QCC5144 上正確配置 I2S 輸出