Hi to all, in the last few days i trying in install and configure a complete ARM develop IDE. I’m using the latest sw version…openoncd r-1454.
Target board is the mcb2300 with lpc2368.
After few test I was able to configure the open openocd and program the board with the freertos uip example. I’m able to recompile that example to…using eclipse and yagarto…but I still have a problem to connect with the openocd using gdb inside eclipse.
These is the openocd config file that i launch to start openocd server:
telnet_port 4444
gdb_port 3333
gdb_memory_map enable
gdb_flash_program enable
interface ft2232
ft2232_device_desc “Amontec JTAGkey A”
ft2232_layout jtagkey
jtag_speed 100
ft2232_vid_pid 0x0403 0xcff8
jtag_nsrst_delay 200
jtag_ntrst_delay 200
reset_config trst_and_srst srst_pulls_trst
jtag newtap lpc2368 cpu -irlen 4 -ircapture 0x01 -irmask 0xe3
target create LPC2368 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi-s_r4
LPC2368 configure -work-area-virt 0 -work-area-phys 0x40000000 -work-area-size 0x4000 -work-area-backup 0
Can someone tell me if is it ok?
Can someone suggest me the correct commands sequence that i have to use in the Eclipse to be able debug (with breakpoints) thru the openocd connection?
Thanks in advance to every one wants to help me to solve this situation,
Regard,
Renato