Welcome to the XJTAG blog
This site features regular posts from members of the XJTAG development and support team, designed to help maximise your productivity when working with XJTAG. The posts highlight particular features of the different software packages that make up the XJTAG development system or aspects of the XJEase language.
We want your feedback to make this blog useful to engineers like you. If you feel a post needs to be extended to give more detail, if there is a topic that you would like to see covered by future posts or you just found a particular post useful, please let us know. Feedback »
XJTAG Support
9 November, 2009
Help us to help you!
If you need to let us know about a problem that you are having with XJTAG there are a few things that you can do help speed up the support process.
There are a few stock responses that we have to give repeatedly to many support requests. If you are reading this then you may well have received them in the past yourself. The first thing that we will generally ask you to do is upgrade to the latest version of the tools; these can be downloaded from XJTAG Downloads. You will need your maintenance user name and password to gain access to this section of the website. If you are not sure of these details then email support@xjtag.com and we will be glad to send you a reminder email.
If you are using the latest version of the tools then we will need as much information as you can provide to help us to resolve your problem. This includes:
- The version of the tools you are using
- The version of the operating system (e.g. Windows XP Service Pack 3)
- A detailed description of the problem or issue you are facing
- Is it reproducible? If so, what steps are needed to reproduce it?
In many cases it helps us to diagnose your problems faster if we have your XJTAG project as well as your description of the problem you are having. The best way to send us all of the files is to use the Export option from the File menu in XJDeveloper. From this menu you can tell the system to create a .ZIP archive of all of the files that make up your project. By using XJDeveloper to pull all of these files together you make sure that no files are missed.
If we have all the information early on in the support process along with your project, we are much more likely to be able to resolve the issue quickly.
If the tool you are using is crashing then it will create a crash report and then give you the opportunity to send that to us. Please do send this report to us as it contains a lot of useful information. We may still need to ask you for more information; however if you go through these steps before contacting us then we should be able to help you resolve your issue faster.
Test Modes in XJRunner – part 2
2 November, 2009
This post highlights the new Independent mode of testing introduced in XJRunner from version 2.3. Group mode was covered in an earlier entry.
Test Modes in XJRunner – part 1
26 October, 2009
If you have multiple XJLinks plugged into your machine, the main testing screen of XJRunner enables you to test multiple boards simultaneously. From XJTAG version 2.3 we have increased the flexibility of this by introducing two different test modes. This post highlights Group mode. Independent mode will be covered in a future post.
Categories for selectors in XJDeveloper – part 2
19 October, 2009
Part 1 of this series explained how to add or edit the categories for the selectors in XJDeveloper.
This entry will focus on using BOM (Bill of Materials) information in the selectors, using the demonstration board that comes with the XJTAG development system as an example.
Collecting user input from XJEase
9 October, 2009
A customer recently asked how to read some input from the user in XJEase. The next major release of XJTAG (probably numbered 2.4) will contain a new XJEase function INPUTBOX that makes doing this much simpler. In the meantime, I thought I might outline some code that accomplishes the same thing in the current version.
Integrating XJTAG with other Test Systems – DFT
5 October, 2009
This series of posts will cover how you can integrate XJTAG into your overall test system.
This post is a quick reminder that you can use XJTAG as the focal point for your DFT analysis across all your test systems.
Bench Power Supplies
28 September, 2009
I bet most of you haven’t considered how you wire up a bench power supply – you just set the voltage and current limit and off you go.
XJEase: The SET Statement
21 September, 2009
In XJEASE the SET statement is the command to access pins via a JTAG device. XJEase works out via the BSDL files and netlist how to access a pin on a non JTAG device from a JTAG device.
Categories for selectors in XJDeveloper – part 1
14 September, 2009
This post discusses the selectors in XJDeveloper and how you can customise them. Selectors are used whenever you have to select either a Net or a Device. Entries in a selector are grouped into categories that can be customised.
Archiving XJDeveloper Projects
7 September, 2009
There are two ways to export projects from XJDeveloper either exporting to an XJPack or a zip file. Both options are found on the File -> Export menu in XJDeveloper.
XJPack files are used by XJRunner in production. When you have finished creating your project in XJDeveloper, “pack” it and then this file can be used in production.
Zipping a project will create a single zip file that contains all the files used by the project. This can be useful if you are sending a project to another department, or for creating regular backups of your project.