主题中讨论的其他器件: MSP-EXP430FR2433
大家好、我正在尝试重现 CS13描述的 MSP430FR2433锁定:
The device might enter lockup state if DCO frequency is above 2 MHz and two events happen at the same time:
1) The device transitions from AM to LPM3/4 (e.g. during ISR exits or Status Register modifications)
2) An interrupt is requested (e.g. GPIO interrupt).
但到目前为止我还没有能够重现 它。 (我正在尝试重现此示例、以便确定权变措施在我的最终产品中有效。)
是否有任何技巧可以触发 勘误表 CS13? 是否涉及温度分量?
我的测试案例: MSP-EXP430FR2433电路板以16MHz 频率运行、引脚配置为中断。 中断引脚连接到在0-1MHz 之间进行扫描的函数发生器。 该中断切换 LED 并返回到 LPM3。 LED 永远不会停止闪烁、因此永远不会发生锁定。