Flash KwikStik using J-Link GDBServer

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

Flash KwikStik using J-Link GDBServer

跳至解决方案
1,323 次查看
briancook
Contributor II


When creating a project using CodeWarrior 10.5, a RAM and FLASH configuration are created.  Using the FLASH configuration when debugging an application on the KwikStik automatically flashes the program onto the target.  After a power cycle the program runs.  I want to be able to do this with Eclipse and J-Link GDBServer.  With Eclipse and GDBServer, I can debug my application on the target , but the program does not run after a power cycle.  Using J-Link Commander and examining memory, it does appear that the program has been flashed.  The stack address (0x00) and start address (0x04) are correct.  Is the program not booting because the bootmode is not configured correctly?  There are some steps performed by CodeWarrior that my Eclipse and GDBServer are not doing.  Any suggestions would help.

标签 (1)
0 项奖励
回复
1 解答
1,152 次查看
briancook
Contributor II

My issue was watchdog related.  I needed to disable the watchdog module in fewer clock cycles when I migrated from the KL46 to the K40.

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,153 次查看
briancook
Contributor II

My issue was watchdog related.  I needed to disable the watchdog module in fewer clock cycles when I migrated from the KL46 to the K40.

0 项奖励
回复