analogdevicesinc / TMC-API

TRINAMIC's IC API
MIT License
188 stars 83 forks source link

tmc-603 #15

Closed FPGAy closed 3 years ago

FPGAy commented 3 years ago

Is there an c api for tmc-603 ? I am using tmcm-1640 and i was searching for a c library.

trinamic-ed commented 3 years ago

Hi,

there is no direct c api for the TMC603, because it has no SPI interface. The TMC603 is discontinued (https://www.trinamic.com/support/help-center/old-products/discontinued/tmc603a-la/), so for new designs please use the TMC6140. For the TMC6140, c code examples to use the driver are available here: https://github.com/trinamic/TMC-EvalSystem/blob/master/boards/TMC6140_eval.c

Best regards, Enrico