Post Go back to editing

TMC9660 TMC API Not out yet

Thread Summary

The user inquired about the availability of a C API for the TMC9660 motor controller and driver, noting that it is not present in the Analog Devices GitHub repository. The final answer confirmed that the TMC9660 has been recently added to the repository, supporting both parameter and register modes via UART. Additional questions were asked about the planned release of the C API in both modes, but no specific timeline was provided.
AI Generated Content
Category: Software
Product Number: TMC9660

Hello,

I am planning on doing some development with the TMC9660 motor controller and driver and was wondering when the API for this specific IC would come out https://github.com/analogdevicesinc/TMC-API/tree/master/tmc/ic, it appears to not be here. I assume it would be similar to the TMC4671 but an estimate to when the API will be published or access to the driver would be very much appreciated.

Thank you.

Parents Reply
  • sorry for the inconvenience:  
    I have use and integrated in my MCU the TMC-API of the TMC9660 with the UART 'C' functions:
    I am able to send for the bootloader command 8 byte: tmc9660_bl_sendCommand (uint16_t icID, uint8_t cmd, uint32_t writeValue, uint32_t *readValue)    <--  The TMC9660 Answer OK!!!!

    While for the 9 byte parameter: tmc9660_param_sendCommand (uint16_t icID, uint8_t cmd, uint16_t type, uint8_t index, uint32_t writeValue, uint32_t *readValue)   <--  I NEVER GET A RESPONE from the TMC9660 and the BLDC motor don't Start!!!!  

    My boot is probably not ready? Do I have to go out? Am I doing something wrong?   Have you ever managed to get response from the 9 byte parameters??  

    Thank's

Children
No Data