K64 Jump to App

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

K64 Jump to App

1,010 次查看
Mike_d
Contributor IV

I'm having a hard time getting an MQX app to run from address 0x15000.  I have updated the linker so it builds in that space and set MQX_ROM_VECTROS to false.  I should be able to get it to run if I stop at program entry point and do a "move to" at address 0x15000 in Disassembly right?  I end up with an unhanded exception.

0 项奖励
回复
2 回复数

842 次查看
soledad
NXP Employee
NXP Employee

Hello Michael,

Please check the below thread and let me know if this helps.

MQX memory usage


Have a great day,

Sol

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复

842 次查看
Mike_d
Contributor IV

It's getting stuck on the following lines with the K64.  Works fine on the K60.

WDOG_UNLOCK = (uint16_t)STARTUP_WDOG_KEY_1; /* Key 1 */

WDOG_UNLOCK = (uint16_t)STARTUP_WDOG_KEY_2; /* Key 2 */

0 项奖励
回复