Hi,
I'm thinking about how to add a resolver implementation to my Servo-controller. I'm using the 28069M, for I now, this is fasted controller with intraspin library. Calculating the resolver angle can be done by the CLA. The problem is ADC sampling!
My mainISR takes app 30us to process. So high speed sampling is not an option for the resolver. So I was thinking of taking 5 burst samples at 15khz and averaging them and then calculated the motor angle.
I was wondering is this the best way to do it? And has somebody already success in combining the intraspin library and resolver interface or is the controller just not powerful enough.
Thanks.