1int InitTarget(void) {
2  // Base address where DMI registers can be found in the APB address space
3  JLINK_ExecCommand("CORESIGHT_SetCoreBaseAddr = 0x5004C400");
4  return 0;
5}
6