Tool/software:
We are experiencing issues with older lot MSP430G2353 microcontrollers entering continuous restart loops while newer lot devices function correctly with identical firmware and hardware.Problem Details:
- We use the MSP chipset to act as a watchdog for our device.
- Firmware operates correctly on newer production MSP430G2353 chips
- Older lot MSP430G2353 chips enter restart loop immediately upon activation, sending commands via i2c, changing pin state from high to low.
- Hardware schematic and all other parameters are identical
- Basic timer test(30sec) code runs without issues on both lots.
- old lot: details: 430G2353
- 21KG4
- AE2EA
- new lot details: 430G2353
- 9ATG4
- ATZGA
- In my code we poll for GPIO state every 4 mins. if the state changes to LOW we trigger a pin that restarts my device. For old lots on changing the pin state to LOW the watchdog keeps triggering the pin.
- In real time values are not getting updated in the local variables that we change using i2c communication.
Please help us in fixing this issue.
Thanks,
Hassan


