通用定时器基础知识 参考资料:STM32F1xx官方资料:《STM32中文参考手册V10》-第14章通用定时器 通用定时器工作过程:
时钟选择
计数器时钟可以由下列时钟源提供: ① 内部时钟(CK_INT) ② 外部时钟模式1:外部输入脚(TIx) ③ 外部时钟模式2:外部触发输入(ETR) ④ 内部触…
题目77
Choose the best answer.
Which step or set of steps can be used to rotate the error log?
○ A) Execute SET GLOBAL max_error_count .
○ B) Rename the error log file on disk, and then execute FLUSH ERROR LOGS.
○ C) Execute SET GLOBAL log_error ‘’…