This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] TLV320ADC5120:如何在没有任何外部 CLK 的情况下配置 TLV320ADC5120的 VAD 功能?

Guru**** 1810440 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1431611/tlv320adc5120-how-to-configure-the-vad-function-of-tlv320adc5120-without-any-external-clk

器件型号:TLV320ADC5120

工具与软件:

尊敬的 TI 团队:

我们希望在不使用任何外部 CLK 的情况下使用 ADC5120的 VAD 功能。

是否支持 ADC5120?  如果能、如何配置寄存器以选择内部时钟。

我尝试了这些步骤并修正了本指南的一些值。 但仍然未发生中断。 我想知道是否需要设置任何其他寄存器才能使该功能正常工作。 我测量了 AREG 的电压、已经达到1、8V。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    附加的此脚本使用具有内部振荡器时钟的板载麦克风。 请在测试期间与您的脚本进行交叉检查。

    # Power up IOVDD and AVDD power supplies
    # Wait for 1ms.
    #
    w 9C 00 00 # Goto Page 0
    w 9c 01 01 # reset device
    w 9c 00 00 # go to page 0
    w 9C 02 81 # Wake-up device and enable AREG
    #ASI Configuration
    w 9c 07 00
    w 9c 0b 00
    w 9c 0c 01
    w 9c 0d 02
    w 9c 0e 03
    d 10 # Wait for 16 ms
    w 9c 00 07 # go to page 7
    w 9c 7c 00 5d c0 00 # 3s learning period
    w 9c 00 09 # go to page 9
    w 9c 50 00 72 59 dc # -7dB threshold
    w 9C 00 00 # Goto Page 0
    w 9c 3c 00 # channel 1 set to Analog input
    w 9c 41 40 # channel 2 set to PDM input
    w 9c 73 a0 # I/P channel 1 enabled
    w 9c 74 a0 # ASI out ch 1 & 3 enabled
    w 9c 21 22 # GPIO1 as IRQ (latched only) driving high and low
    w 9c 22 01 # GPO disabled
    w 9c 2b 00 # GPI disabled
    w 9c 3b 00 # GPI2 disabled
    w 9c 33 e7 # unmask VAD interrupt, 
    w 9c 32 60 # 2ms one time pulse
    w 9c 6b 03 # cutoff frequency 0.008fs
    w 9c 00 01 # go to page 1
    w 9c 1e 40 # Channel 1 as VAD input, auto mode , internal clk
    w 9c 1f 08 # VAD enabled in recording mode
    w 9c 00 00 # go to page 0
    w 9c 75 e1 # Enable VAD, power up adc and pdm channels, micbias

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、Daveon:

    感谢您的帮助、我们将尝试为您提供反馈。