K64 Jump to App

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

K64 Jump to App

502 Views
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 Kudos
2 Replies

334 Views
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 Kudos

334 Views
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 Kudos