Hi
I am trying to play a beep sound for this TI TLV320DAC3100 Audio DAC chip via i2c from my Nordic 5340 MCU.
Followed the PC control software i2c initialization script sequence that I could play a beep (and output to the connected speak and hear the beep with desire frequency)
Then I migrated this sequence plus the sine wave, cosine wave, play duration computation and transfer to i2c sequence and implement in the MCU side.
The DUT chip TLV320DAC3100 on the ACEV-1B EVM board that I provided 5V power from mini type B USB cable (so make sure has enough power to drive beep sound to output speaker or earphone)
The MCU EVM board is powered by external 3.3V and connected with ACEV-1B EVM board's W8 connector to provide IOVDD (3.3V).
Next I followed the initial sequence and generate beep sequence to play the beep and expect the beep come out from earphone or speaker. but it did not. come out.
I must still miss something, do I need to program the MCLK, BCLK, or WCLK pin in order to simply play the beep sound on this AUDIO DAC chip ? I though only use i2s or PCM protocol need to use these clcok pins ?
Any suggestion or pointer are welcome.
Thank you.
Jihming