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.
Original question:
DSP ADC采样畸变
在EPWM1中断中进行ADC采样,如果不添加以下代码的话,graph里的采样波形是正常的,但是加了以下代码后就会失真。
?? ? 说:在EPWM1中断中进行ADC采样
具体是怎么配置的?ADC SOC是如何触发的?中断是EOC中断还是EPWM中断?
?? ? 说:graph里的采样波形是正常的
graph显示的具体是什么量?
这里current_FB数组是对电流采样获得的值,突然发现是代码的问题,应该是current_Index而不是current_Index++,应该调用当前值的,写的时候没注意
好的