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.

30 lines
607 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. STM32F407VET6示例工程
  2. # 示例工程特性
  3. ```
  4. 1. Cubemx中配置,所有未使用IO均配置成模拟输入模式
  5. ```
  6. ```
  7. 1. 实现方法写入和读取一个寄存器 OK
  8. 2. 初始化系统实现从tmc2130读取一个数值
  9. 3. 控制tmc4361使得电机转起来
  10. 4. 配置闭环寄存器使得电机闭环转起来
  11. 5. 实现解析TMCL指令对接TMC-IDE
  12. ```
  13. # 调试记录
  14. ```
  15. TMC4361芯片异常
  16. 编码器的供电电压和TMC的芯片电压不匹配时会出现TMC4361芯片无法工作的问题。
  17. ```
  18. ```
  19. TODO:
  20. 1. 转盘卡住了异常捕获。
  21. ```