K64 Jump to App

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

K64 Jump to App

1,392件の閲覧回数
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 返答(返信)

1,224件の閲覧回数
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 件の賞賛
返信

1,224件の閲覧回数
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 件の賞賛
返信