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.

27 lines
622 B

3 years ago
  1. # README
  2. ```html
  3. 进中断:
  4. 发送缓冲器空中断
  5. 接收缓冲器满中断
  6. 接收帧错误中断
  7. 这三个中断一直为真
  8. ```
  9. ## BUG现象
  10. ![image-20220303182554789](markdown.assets/%E8%BD%AF%E4%BB%B6%E5%87%BA%E9%94%99%E8%AE%B0%E5%BD%95.assets/image-20220303182554789.png)
  11. ```
  12. 当着这几根线连接开发板时,按键使用正常
  13. 当着这几根线不连接开发板时,按键按下后,会有1s作用的延时
  14. ```
  15. ## 如何解决
  16. ![image-20220303183906328](markdown.assets/%E8%BD%AF%E4%BB%B6%E5%87%BA%E9%94%99%E8%AE%B0%E5%BD%95.assets/image-20220303183906328.png)