hi!
i have the following problem:
Since today i cant transfer my program via lpc link2 to the rt1062 eval Board. Not my Source Code and not the given examples.
I got the following Message in the console:
Break at address "0x30302" with no debug information available, or outside of program code.
And the following Message:
ISP+Reset and Mass-Erase is already done - and did nothing for me.
Hope you can give me some help.
Thank You!
Today i got this message in the console:
4:19:28.750 INFO: [TadModel] DSF session ID 0 has started.
14:19:44.356 INFO: [TadState] TAD state changed: DEBUG_STARTED -> DEBUG_INIT_0 (RESUMED, USER_REQUEST)
14:19:44.566 INFO: [TadState] TAD state changed: DEBUG_INIT_0 -> DEBUG_INIT_1 (SUSPENDED, SIGNAL)
14:19:45.169 INFO: [TadState] TAD state changed: DEBUG_INIT_1 -> DEBUG_SUSPENDED (RESUMED, USER_REQUEST)
14:19:45.550 INFO: [TadState] TAD state changed: DEBUG_SUSPENDED -> DEBUG_SUSPENDED (SUSPENDED, BREAKPOINT)
14:19:52.565 INFO: [TadState] TAD state changed: DEBUG_SUSPENDED -> DEBUG_RESUMED (RESUMED, USER_REQUEST)
14:19:59.26 INFO: [TadState] TAD state changed: DEBUG_RESUMED -> READY (SUSPENDED, SIGNAL)
14:20:01.25 INFO: [TadModel] DSF session ID 0 has ended.
14:20:01.29 INFO: [Logger] TAD log was saved in "C:\Users\user\Desktop\U System\SoftwareWorkspace\Workspace\FreeRTOS_TAD_logs\TAD_log_210714_142001.log"
14:20:22.475 INFO: [TadModel] DSF session ID 1 has started.
14:20:32.861 INFO: [TadState] TAD state changed: DEBUG_STARTED -> DEBUG_INIT_0 (RESUMED, USER_REQUEST)
14:20:33.61 INFO: [TadState] TAD state changed: DEBUG_INIT_0 -> DEBUG_INIT_1 (SUSPENDED, SIGNAL)
14:20:33.575 INFO: [TadState] TAD state changed: DEBUG_INIT_1 -> DEBUG_SUSPENDED (RESUMED, USER_REQUEST)
14:20:33.697 INFO: [TadState] TAD state changed: DEBUG_SUSPENDED -> DEBUG_SUSPENDED (SUSPENDED, BREAKPOINT)
14:20:35.837 INFO: [TadState] TAD state changed: DEBUG_SUSPENDED -> DEBUG_RESUMED (RESUMED, USER_REQUEST)
14:20:49.264 INFO: [TadState] TAD state changed: DEBUG_RESUMED -> READY (SUSPENDED, SIGNAL)
14:20:50.849 INFO: [TadModel] DSF session ID 1 has ended.
.....
And sometimes:
No source available for "(gdb[2].proc[42000].threadGroup[i1],gdb[2].proc[42000].OSthread[1]).thread[1].frame[0]"
Hope someone can help me..
Hi @Patris1993 ,
You can set the board in serial download mode and use NXP_MCUBootUtility to erase. You can download the tool from https://github.com/JayHeng/NXP-MCUBootUtility.
Regards,
Jing
imho, the TAD log does not show a problem.
There is more of a problem that the debug flashing/connection does not work.
Can you check the LinkServer log in the Console View?
Could you try (if you have one) with an external J-Link (see https://mcuoneclipse.com/2018/12/28/first-steps-with-the-nxp-i-mx-rt1064-evk-board/) if this helps?
Other than that, you could flash a J-Link firmware on the board, see https://mcuoneclipse.com/2021/04/05/debug-firmware-switching-for-the-lpc4322/ for this.
I hope it helps,
Erich