Hi Lukhi,
There is an example shipped from TI as part of controlSUITE on resolver interfacing.
I found it at below path in my PC:
C:\ti\controlSUITE\development_kits\TMDSRSLVR_v1.0
HTH
Rahul,
Op-amps can be used to reduce and offset the voltage into the 3.3V range. You can see the TMDSRSLVR_v1.0 schematic in controlSUITE for reference.
-Tommy
Other Parts Discussed in Thread: CONTROLSUITE In this paper "Resolver to Digital Conversion Implementation on C2000 MCUs" which can find in C:\ti\controlSUITE\development_kits\TMDSRSLVR_v1.0\~Docs, I was wondering what is the input and output voltage…
Kevin,
Install controlSUITE
look at the projects here
C:\ti\controlSUITE\development_kits\TMDSRSLVR_v1.0
and note that they use a software library from here
C:\ti\controlSUITE\libs\app_libs\motor_control\libs\resolver\v100
SDFM is alternate way of getting analog signal values brought into digital domain, a parallel to ADC. They are not limited to just current sensing.
SDFM is a filter module that filters the bit stream coming out of the modulator (that converts analog…
Other Parts Discussed in Thread: CONTROLSUITE Champs,
I am asking this for our customers.
In C:\ti\controlSUITE\development_kits\TMDSRSLVR_v1.0\~Docs, we have performance analysis documents.
In IDDK, it seems we have implemented resolver-to…