Hi,
I made a new project from scratch with KDS3, KSDK12, stand alone, processor Expert, with a K64F (frdm). I add MQX full with the new default task main_task that should blink a led.
There is some IRQ on 3 gpio not used.
Clock came from external osc PTA18
All compile good.
When I run debuger, the project didn't start and stay at boot.s 0x410. see below screenshoot:
I have a bigger project with the same problem.
Maybe some one can give me a soultion?
Bernard
Solved! Go to Solution.
Hi Bernard,
Please disable WDOG by setting value to "yes".
Regards,
David
Hi Bernard,
Please post your project to get additional help.
Regards,
David
Hi Bernard,
Please disable WDOG by setting value to "yes".
Regards,
David
Hi David,
It works. Thank a lot.
I understand my mistake.
To make this test project, I used a processor defined inside other project (drag and drop) where I plan to use WatchDog and where I add a component watchdog.
What is the target of this option 'watchdog disable'?
Regards
Bernard
Hi Bernard,
Glad you are up and running.
The disable feature to disable the watchdog from running is mainly to allow debugging of code where you might hit breakpoints or halt for time frame longer than the watchdog timeout so as not to have a reset occur.
I typically see customer disable during bedug and development of application and turn on lastly for testing and production code.
Regards,
David