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.

MSP430F149内部看门狗和外部看门狗设计

Other Parts Discussed in Thread: TPS3823, MSP430F149

大家好,最近小弟在做一个项目需要用到内部看门狗和外部看门狗。外部看门狗使用的是tps3823芯片,现在发现一个问题:1、如果将MSP430F149单片机内部watchdog设置为看门狗工作模式,这时需要另外使用一个定时器定时对内部看门狗和外部看门狗进行清零;2、如果将MSP430F149单片机内部watchdog设置为定时器工作模式,这时只能用一个外部看门狗,内部看门狗不能使用。我想问下能不能在不增加其他定时器情况下实现内部看门狗和外部看门狗共同工作?谢谢了