Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一张 16f886 的照片,我想知道你能否解释一下你是如何得到 250 个指令周期的答案的
PIC 16F886 上的每条指令需要四个时钟周期才能执行。
因此,如果您以 8Khz 的速率进行采样,则每个样本之间可以有 1000 次时钟转换,并且每个样本之间可以执行 1000 / 4 = 250 条指令。