Hi,
I am using eZdsp 2812 to control a boost converter and I find out that the ADC resolution is too high which causes limit cycle oscillation. I am wondering how to change ADC resolution by using IQ function?
I compared the two expression below, it turns out the results are the same.
_IQ16toIQ((_iq)AdcRegs.RESULT2))
_IQ12toIQ((AdcRegs.RESULT2>>4))
He, Siyu