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.
https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1456656/tda4vm-j721e
器件型号:TDA4VM工具与软件:
大家好!
我想知道是否有任何 ADC 示例代码可以从主内核(而不是 MCU)读取 ADC。
谢谢!
由于节假日、将从12月25日到1月2日推迟答复。 感谢您的耐心。
您好!
[quote userid="630853" url="~/support/processors-group/processors/f/processors-forum/1456656/tda4vm-j721e我想知道是否有任何 ADC 示例代码可以从主内核(而不是 MCU)读取 ADC。
[报价]很抱歉、我们没有主内核的 ADC 示例、但是您可以将主内核列表添加到 CSL_component.mk、并参考 CSL MCU 示例 packages/ti/CSL/IN7320ip/adc src。
ifeq ($(BOARD),$(filter $(BOARD), am65xx_evm j721e_evm j7200_evm am64x_evm)) csl_adc_singleshot_test_app_$(SOC)_CORELIST = mcu1_0 mcu2_0 endif
此致、
Karthik