Project didn't start under debuger, kds3 ksdk120 MQX full

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Project didn't start under debuger, kds3 ksdk120 MQX full

跳至解决方案
3,249 次查看
dafodil
Contributor III

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

 

 

 

 

32686_32686.pngpastedImage_0.png

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
3,101 次查看
DavidS
NXP Employee
NXP Employee

Hi Bernard,

Please disable WDOG by setting value to "yes".

ScreenHunter_146 May. 29 12.46.gif

Regards,

David

在原帖中查看解决方案

0 项奖励
回复
5 回复数
3,101 次查看
DavidS
NXP Employee
NXP Employee

Hi Bernard,

Please post your project to get additional help.

Regards,

David

0 项奖励
回复
3,099 次查看
dafodil
Contributor III

Hi,

I attached the "test" project to this message.

Note: linker file generator is desactivated after seeing the heap size to 0000.

regards

Bernard

0 项奖励
回复
3,102 次查看
DavidS
NXP Employee
NXP Employee

Hi Bernard,

Please disable WDOG by setting value to "yes".

ScreenHunter_146 May. 29 12.46.gif

Regards,

David

0 项奖励
回复
3,099 次查看
dafodil
Contributor III

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

0 项奖励
回复
3,099 次查看
DavidS
NXP Employee
NXP Employee

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

0 项奖励
回复