PieVectTable.ADCINT = &adc_isr;
如何设置或者如何计算中断频率?
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.
请问您现在使用的是哪款芯片?一般在C2000ware内是有相关的例程的。如
C2000Ware_3_02_00_00\device_support\f2837xd\examples\cpu1\adc_soc_epwm
是使用epwm周期性地触发adc中断
ADC的采样频率是由ADC转换的触发源频率决定的。在该例程中是由ePWM1 SOC来触发,要改变采样频率地话,您需要修改EPWM1的周期