Visible to Intel only — GUID: iia1575876737954
Ixiasoft
Visible to Intel only — GUID: iia1575876737954
Ixiasoft
1.6.2. Interpreting Jam File Information using Jam Player
The variables processed by the Jam Player depend on the initialization list variables present at the time of execution. Because each application has unique requirements, you can easily modify the Jam Player source code.
For more information about JAM Player, contact Intel Premier Support and quote ID #15012870482.
The main program performs all of the basic functions of the Jam Player without modification. You must only modify the I/O functions. They are contained in the jamstub.c file, as shown in the figure above, and include functions which specify addresses to I/O pins, delay routines, operating system-specific functions, and routines for file I/O pins. You can customize these functions by simply editing the jamstub.c file then compile the source code for use on any platform.
The Jam Player resides permanently in system memory, where it interprets the commands given in the Jam file and generates a binary data stream for device programming. This structure confines all upgrades to the Jam file, and allows the Jam Player to adapt to any system architecture.