Recover Connect ME 9210

Hello everyone,

I am using the Digi Connect ME 9210
(with JTAG,ESP,7.4.2,Development Board)
I have just started with the Digi Connect,so I tried to debug my application an there is an error who appears everytime. Perhaps anyone has seen a similar error?

a) after I build my application
b) I start the debugger “still works”
c) I start debugging my application by resume
and then I get the error!(all threads are suspended)

###################################################
resetDebugger
resetToDefaults
No symbol “waiting” in current context.
stackdepth 0x002B44B8 0
4
stacklist_lh 0x002B44B8 0 4
0 Line 86 of “…/root.c” starts at address 0xe548 and ends at 0xe54c .
0 0xe548 : bl 0xdca0
0 applicationStart + 12 in section .text
1 Line 1050 of “./common/bsproot.c” starts at address 0xfc924 and ends at 0xfc98c .
1 0xfc924 : sub sp, r11, #16 ; 0x10
1 netosStartup + 768 in section .text
2 Line 105 of “tx_tse.c” starts at address 0x9de9c <_tx_thread_shell_entry+32> and ends at 0x9deac <_tx_thread_shell_entry+48>.
2 0x9de9c <_tx_thread_shell_entry+32>: mrs r2, CPSR
2 _tx_thread_shell_entry + 32 in section .text
3 No line number information available.
3 0x0: ldr pc, [pc, #24] ; 0x20
3 No symbol matches $current.
###################################################

The debugger stops in: root.c
void applicationStart(void)
at: initAppService();

  1. I tried with digiesp.exe -clean to set the ESP to default (in MSDOS-prompt)
  2. I also reset the Connect by shorting the Pins together as in:
    http://www.digi.com/support/forum/viewthread_thread,1190#4453
    It worked “fine” (connect ME 9210 was recovering)
    but the Error is still there, when I debug.
  3. I even reinstalled the ESP (and deleted the projects in My Documents)to be sure that’s not the software.
  4. I do find my Connect ME 9210 if I start NET+OS programmer by: C:
    etos74\bin>netosprog /discover

Does anyone know how I can solve this problem?

Thanks
Sven