Tool/software:
Hi All,
I was wondering if you have any ADC example code to read ADC from main core (not mcu).
Thanks,
Because of the holidays, responses will be delayed from Dec. 25 through Jan. 2. Thank you for your patience.
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