BDE-BDM209A Quick Start
BDE Technology Inc.
12
/
15
If developers want to use the speaker as the output device. Change the ‘OutputLine’ value, as
below:
But the stack doesn’t implement the speaker initialization code. So, developers should add
the below code in line 391 of CC3200AUDBOOST.c.
case CODEC_SPEAKER:
// Select Page 1
CodecPageSelect(1);
// P1, R14, b3.
Left_DAC -> LOL (1)
CodecRegWrite(CODEC_REG_LOL_SEL, 0x08);
// P1, R15, b3.
Right_DAC -> LOR (1)
CodecRegWrite(CODEC_REG_LOR_SEL, 0x08);