Dears:
In the MK60 power on, power off test, the program will be stuck in the PLL status bit judgment.Please help to see if there is any solution.
Test conditions: power off for 5 seconds, power on for 30 seconds, there will be a certain probability of MK60 can not start normally.
Test PN: MK60DN512ZVLQ10
Problem tracking: through software positioning, found that the chip will be stuck at the clock module initialization, the specific location:Unable to switch from FLL to PLL at PLLST determination.
Additional tests:
Remove the repeated SystermInit () driver called in boot and APP. only run SystermInit () once at main() in boot code. And tested on different project boards.
1: After SystermInit () is completed, reset the MCU by software and repeat the test several times.
2: Repeat SystermInit () using the While (1) loop in main().
Both tests fail to start properly and are stuck at PLLST judgment.
Other tests: Power supply is stable, external crystal oscillator 50M is normal. And enabled LOCRE0 function , but the problem remains.
Looking forward to your reply! Thanks
Ziv