Part Number: MSP432P401R
Hi,
My customer observes a strange behavior on MSP432P401R.
Here is customer environment.
- SW: SimpleLink-MSP432-SDK_3.30.00.13 with TI-RTOS
- HW: Custom board
- Clock configurations:
ACLK = LFXTCLK
BCLK = LFXTCLK
SMCLK = HSMCLK = HFXTCLK
MCLK = HFXTCLK
There are two threads are running:
- Thread#1 : Toggling GPIO(P4.6) with 100msec intervals. GPIO is monitored externally.
- Thread#2 : Clear watchdog timer (watchdogHandle) with 100ms intervals. Watchdog timeout is configured either 1sec or 16sec.
Results:
- When watchdog timeout is configured as 1sec, GPIO toggle is stopped for ~1sec then watchdog reset is triggered.
- When watchdog timeout is configured as 16sec, GPIO toggle is stopped for ~2sec then started again. No watchdog reset is triggered.
The issue is observed on multiple boards and issue occurrence is board dependent.
The highest occurrence is once in 10 hours.
Additional information:
- If ACLK and BCLK source is changed to REFO, the issue is not observed so far.
- Customer checked LFXTIFG and HFXTIFG bits in CSIFG register, but they were not set.
Are there any points should be checked?
Any possible causes of such behavior?
Thanks and regards,
Koichiro Tashiro