Part Number: TDA4VM
Tool/software:
Hi All,
I was wondering if you have any ADC example code to read ADC from main core (not mcu).
Thanks,
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.
Part Number: TDA4VM
Tool/software:
Hi All,
I was wondering if you have any ADC example code to read ADC from main core (not mcu).
Thanks,
Hi,
I was wondering if you have any ADC example code to read ADC from main core (not mcu).
Sorry we don't have ADC example for main core ,however you can add the main core list to csl_component.mk and refer to the csl mcu example <pdk>packages/ti/csl/src/ip/adc .
ifeq ($(BOARD),$(filter $(BOARD), am65xx_evm j721e_evm j7200_evm am64x_evm))
csl_adc_singleshot_test_app_$(SOC)_CORELIST = mcu1_0 mcu2_0
endif
Regards,
Karthik