You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
zhaohe 8a22b9f19f update 1 year ago
..
TMC2130 update 2 years ago
TMC2160 update 2 years ago
TMC4361A update 2 years ago
TMC5130 update 2 years ago
TMC5160 update 2 years ago
README.md 整理TMC4361 1 year ago
ztmc4361A.cpp update 1 year ago
ztmc4361A.hpp update 1 year ago
ztmc5130.cpp update 1 year ago
ztmc5130.hpp update 1 year ago

README.md

5130

/**
 * @brief
 *
 * 注意事项:
 *  1. 速度单位
 *      velocity的单位是:p/t
 *      t = 2^24/fin (fin为外接时钟,当时钟频率为16MHz时,t = 1.048576s)
 *      此时 ppt约等于pps
 *
 *      参考TMC5130A_datasheet_rev1.20%20(1)%20(3).pdf 38页 蓝框中的字
 *
 *  2. 芯片复位方法
 *      reset(); 复位芯片,同时会将芯片的寄存器设置为默认值。一般情况下不需要用户主动调用该方法,因为在初始化时会自动调用该方法。
 *
 */