Tool/software:
Hi,everyone
We are developing a flow meter based on the example code for our custom board. The code was working perfectly until yesterday, when the host PC suddenly reported the following error:
Error: HSPLL|24|HSPLL detected that the PLL has unlocked.
-
We suspected an issue with the USSXTAL (ultrasonic crystal oscillator). Oscilloscope showed no activity on the crystal.Replaced the crystal, but the problem persisted.
-
Comparison with EVM Board:We checked the EVM430FR6047 board (which works correctly) and observed the same behavior—no oscillation detected on USSXTAL—yet the EVM board does not report any PLL-related errors.This inconsistency is puzzling.
- Following a forum suggestion,https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/934436/evm430-fr6047-error-hspll-detected-that-the-pll-has-unlocked/3458382?tisearch=e2e-sitesearch&keymatch=HSPLL%252525252520detected%252525252520that%252525252520the%252525252520PLL%252525252520has%252525252520unlocked#3458382 .we loaded the HSPLL module example code to test PLL lock functionality.The LED blinked normally, and the PLL locked successfully without errors.However, when running the water demo, the PLL unlock error reappeared.
What are some possible reasons? I feel very confused.
We would greatly appreciate any insights or suggestions to resolve this issue.