We have used a combination of our SPI along with the CLB (configurable logic block) and some software to implement absolute encoder interfaces. In general the CLB controls the clocks required and the SPI is leveraged to send/receive frames. The CLB also…
Burak,
We do not have anything readily available to help enable an absolute encoder interface on this device. We have a reference example of a T-format encoder interface on the F2837x and F28004x devices ( https://www.ti.com/tool/TIDM-1011 ).
The TIDM-1011…
Don,
We only have the documentation associated with the TI Design for the master: https://www.ti.com/tool/TIDM-1011 . Specific t-format documentation would come from Tamagawa.
Best regards
Lori
Hello:
user5912823 said: 1. I want to design hardware interface between CLB unit and external encoder, the encoder is with Endat, Biss or the RS485 based prototype. Is TI provided any reference documents related them?
T-format: https://www.ti.com/tool…
Max,
C2000 doesn't have an SSI peripheral.
Our devices do have a SPI which is similar to SSI except it includes a chip select signal. We have leveraged the SPI to create an encoder interface to T-format encoders. This is a reference example available…
Part Number: TMS320F28388D Other Parts Discussed in Thread: TIDM-1011 Hi,
I am using some motor Encoder with Nikon A - format interface. I have read some posts in E2E forum and TI support team recommends using CLB tool to perform A - format.
Is there document…
Hi Sammi, All the code for t-format is now released in MotorControlSDK. The TIDM-1011 user guide has all the details. https://www.ti.com/lit/ug/tidue74b/tidue74b.pdf
Library code is available here. <C2000WARE-MOTORCONTROL-SDK>\libraries\position_sensing\tformat…
Qiang,
We do not have anything readily available to help enable an absolute encoder interface on this device. We have a reference example of a T-format encoder interface on the F2837x and F28004x devices ( https://www.ti.com/tool/TIDM-1011 ). The reference…
Long Pham Tan said: 1. About the defined value for ABIT, and IDLE_BITS, can you explain more about them? ( I mentioned in previous reply)
In the t-format document, Figure 9 has a timing diagram.
ABIT is just "a bit" - one .4 us clock since the interface…
Great news! Thank you for following up.
I did want to let you know that while we don't have EnDAT22 source available yet, we have made the T-Format source available. It is in the Motor Control SDK.
Documentation: http://www.ti.com/tool/TIDM-1011
Motor…