S32K144 "Failed to execute MI command"

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

S32K144 "Failed to execute MI command"

1,916 Views
klau
Contributor II

Dear reader(s),

When I programmed S32K144, I got these messages.

Does anyone know what these mean?


Thanks,
Kevin

"00000000: Failed to execute MI command:
-data-disassemble -s 0 -e 72 -- 3
Error message from debugger back end:
Cannot access memory at address 0x2
00000001: Failed to execute MI command:
-data-disassemble -s 1 -e 81 -- 3
Error message from debugger back end:
Cannot access memory at address 0x0
00000002: Failed to execute MI command:
-data-disassemble -s 2 -e 82 -- 3
Error message from debugger back end:
Cannot access memory at address 0x2
00000003: Failed to execute MI command:
-data-disassemble -s 3 -e 83 -- 3
Error message from debugger back end:
Cannot access memory at address 0x5
00000004: Failed to execute MI command:
-data-disassemble -s 4 -e 84 -- 3
Error message from debugger back end:
Cannot access memory at address 0x4
00000005: Failed to execute MI command:
-data-disassemble -s 5 -e 145 -- 3
Error message from debugger back end:
Cannot access memory at address 0x7
00000006: Failed to execute MI command:
-data-disassemble -s 6 -e 146 -- 3
Error message from debugger back end:
Cannot access memory at address 0x8
00000007: Failed to execute MI command:
-data-disassemble -s 7 -e 147 -- 3
Error message from debugger back end:
Cannot access memory at address 0x7
00000008: Failed to execute MI command:
-data-disassemble -s 8 -e 148 -- 3
Error message from debugger back end:
Cannot access memory at address 0xf
00000009: Failed to execute MI command:
-data-disassemble -s 9 -e 149 -- 3
Error message from debugger back end:
Cannot access memory at address 0xe
......... ..."

0 Kudos
2 Replies

1,598 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

it looks that your RAM address is out of range - in case that the address is 0x200000001 and so on. Can you please share your linker script  file (.ld file) or full project if it is possible?

Jiri 

0 Kudos

1,598 Views
klau
Contributor II

Hi Jiri,

Thank you very much for help.  Indeed the flash was out of range.

I am all set now.

Thanks,
Kevin

0 Kudos