Unexpected CPUTAPID/JTAG Device ID

You may receive the following warnings in the RISC-V Embedded Software IDE console when trying to debug a device other than the following development kits or devices:
  • T20 BGA256 Development Kit (T20BGA256)
  • (T120BGA324)
  • T120 BGA576 Development Kit (T120F576)
  • Xyloni (T8BGA81)
  • Ti60 F225 Development Kit (Ti60F225)
  • Ti180 M484 Development Kit (Ti180M484)
  • Ti180 J484 Development Kit (Ti180J484)

You will receive the warning if you have selected the wrong development kit. These warnings do not cause any issues to launch the debugging process.

To resolve the unwanted warnings, follow these steps:
  1. Go to Debug Configuration > Debugger > OpenOCD Setup > Config Options.
  2. Type the following command line:
    -c 'set CPUTAPID 0x<ID>'

where <ID> is the correct TAP ID of the connected device in Hexadecimal format.

Note: You may find your device's JTAG device ID in the "JTAG Programming" topic in the Efinity Software User Guide.