I’m with the following problem:
Warning: embeddedice.c:175 embeddedice_build_reg_cache(): EmbeddedICE version 7 detected, EmbeddedICE handling might be broken
Does anybody know what could it be??
My cpu is a lpc2378 and this is my .cfg:
telnet_port 4444
gdb_port 3333
#interface
interface parport
parport_port 0x378
#parport_port /dev/parport0
parport_cable wiggler
jtag_speed 3
reset_config [combination] [trst_type] [srst_type]
reset_config trst_and_srst srst_pulls_trst
#jtag scan chain
jtag_device 4 0x1 0xf 0xe
target arm7tdmi little run_and_halt 0
run_and_halt_time 0 30
daemon_startup attach
#target_script 0 reset openocd.script
working_area 0 0x40000000 0x4000 nobackup
flash bank lpc2000 0x0 0x7D000 0 0 lpc2000_v2 0 12000 calc_checksum
Thanks