1)
Please unzip these files into C:\Keil\ARM\Boards\Hitex\XMC-HiLight\
You will then have created a \DSP directory as shown:  C:\Keil\ARM\Boards\Hitex\XMC-HiLight\DSP
2)
The file XMC4500_TP.ini is provided to enable the ETM TracePort pins.
Two lines are provided as an untested attempt to correct an errata in the X<MC4000 processor:  CoreSight RESET does not work.  The CoreSight is reset only on chip power-up.
If you have trouble with ETM, I suggest you uncomment these lines out and try again.
//	_WDWORD(0xe000edf0, 0x30002);	//fresh start ETM: Dhcsr.C_Debugen
//	_WDWORD(0xe0002000, 0x260);	//fresh start ETM: FP_CTRL
