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.

MSP430 g2553如何让timer经过一段长时间才进入中断

g2553的timer都是16bit的,请问如果想实现经过较长时间才进入中断的功能,比如每5分钟进一次中断,能用这种16bit的timer实现么?如何实现呢?是否需要组合成一个32bit的timer才能实现?