我在进行广播切包测试时,发现定时器的功耗较高,影响到我的实验结果了。
上图是定时器事件未做任何处理的波形,定时器的工作时间接近了3ms,电流达到了4ma左右。
这段时间定时器是在做什么?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好,
我们工程师想要问您在示波器是上使用了正确的测量方法吗?
您可以查看下面的 AppNote的第 §6 节中获取详细信息:https://www.ti.com/lit/an/swra478/swra478.pdf
您所拍照的范围是否对应于Bluetooth LE advertisement event?
您好,
感谢您提供的图表。我本来希望电流分析仪在直流电源和launchpad的VCC引脚之间串联。类似于如下所示(I would have expected the current analyzer to be in series between the DC power supply and the VCC pin of the launchpad. Something along the lines of what is shown below:):
在您回复中提供的图表中,我们不能期望得到准确的测量结果,因为电流从电流分析仪没有返回路径,并且电流分别分配给电流分析仪和启动板。(In the diagram provided in your reply, I would not expect accurate measurements as there is not return path for the current to come back from the current analyzer and the current is being split between going to the analyzer and the launchpad. )
您好,
工程师反馈:
我们查看了代码,我看到设置了大量计时器,每个计时器都在做一些工作。
这些计时器是否同时运行?如果是这样,那么当我们只使用一个计时器时会发生什么?如果没有,那么您能否指定这些计时器中的哪些正在运行?
(I did find time to look over the code and I see a large amount of timers set up each doing some work. Are all of these timers running simultaneously? If so, then what happens when we only use a single timer? If not, then can you specify which of these timers is running?)