embeddedice_build_reg_cache():

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

This warning shouldn’t cause you any problems. The ARM documents nowhere mention version 7 of the EmbeddedICE macrocell, so we don’t know if there are any differences compared to version 4 (iirc) that the other LPCs use. Since I added code to detect version 7 there were no problems specific to this version, so I guess it’s safe to ignore this warning.

Regards,

Dominic