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.

G2553 添加TI_measureVLO(),影响Static变量初始化

Other Parts Discussed in Thread: MSP430G2553

我在使用MSP430G2553,TI提供了一个测量VLO的函数TI_measureVLO(),TI还提供了定时器模拟串口的例程。

我把他们合在一起,发现TI_measureVLO()语句会影响定时器中断服务函数中的static变量的初始化。下面是例程(IAR 8.0版本Debug.zip),请大神们支持!  ,如下图