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.

15 lines
443 B

1 year ago
1 year ago
1 year ago
1 year ago
  1. ```
  2. sfc转换指令
  3. cfg_gen_sfc -device_name W25Q128Q -opcode 107 -sbit_start_address 0 -sbit generate_bitstream/Top.sbit
  4. ```
  5. ```
  6. V6:
  7. 1.光耦输入默认反向
  8. 2.修改内部触发默认滤波参数为0
  9. 3.光耦输入和TTL输入默认可调
  10. V5:
  11. 1.解决上电灯闪烁的问题
  12. 2.修改默认滤波参数为10
  13. 3.优化分频倍频逻辑,支持不稳定频率输入
  14. ```