New free JTAG debugger

Hello,

does someone try the ArmDBG from devlf.com ?

Great windows interface and powerfull disassembler. :smiley:

It’s work fine on my olimex E2129 board with wriggler jtag and gcc compiler, but doesn’t work with iar compiler and elf files. Can someone help me ? Iar elf files compatible with GCC elf files ?

Thanks

Tom

Hi tom,

if you want to use iar with armdgb, select PROJECT | OPTIONS in iar ide, then select LINKER, and change DEBUG INFORMATION FOR C-SPY with OTHER.

Then select elf/dwarf for output format and arm compatible (-yas) for format variant.

In armdgb select FILE | OPEN and choose the iar elf file.

regards

Laurent

Thanks,

all is working.

Can i debug my program in internal RAM ?

Tom

no, only in internal or external flash.

For LPC use the LPC_210X_ISP software from philips. For ST, ATMEL and others we are working on a free software to flash all this devices with our new usb-jtag programmer.

regards

laurent