Press Release

ScanExpress 10.9.0 Update Unveils New Device Model Type

ScanExpress 10.9.0 Update Unveils New Device Model Type

Key Enhancements, and Critical Fixes for Improved Testing Efficiency

December 17, 2024 – Corelis, a leading provider of boundary-scan test and development solutions, is excited to announce the release of ScanExpress version 10.9.0, a maintenance update designed to enhance test development processes and improve software reliability. The new version introduces a highly requested feature—a new model type for untested devices—which streamlines testing by allowing devices that are not involved in boundary-scan to be classified as “Exclude.” This designation indicates that the devices have been reviewed but will not be included in testing, saving valuable time during the development phase.

In addition to this new functionality, ScanExpress version 10.9.0 brings a series of bug fixes and performance improvements across multiple ScanExpress applications. These updates help ensure continued stability and better user experience for all users. Customers with a current support contract are encouraged to upgrade to the latest versions to benefit from these improvements.

Key Highlights of ScanExpress 10.9.0:

  • New Model Type for Untested Devices: The addition of the “Exclude” classification simplifies test development by flagging devices not involved in boundary-scan, making it easier to manage the test process.
  • Critical License Updates: ScanExpress now requires an update for network license servers to ensure compatibility. FlexNet LMADMIN v11.19.6.2 and Corelis Server Activation Utility v2.10 (or later) are now required. The full ScanExpress Tools distribution also includes an installer for Eclipse Temurin OpenJDK 21 to support the FlexNet LMADMIN installer.
  • Application Updates & Bug Fixes: Multiple ScanExpress applications, including the Debugger, DFT Analyzer, Flash Generator, Programmer, Runner, and others, have received crucial bug fixes and enhancements. These include improved embedded code downloads for AMD Zynq 7000 ethernet tests, new flash models, and corrected scripting function documentation.

Application Version Updates:

  • ScanExpress Debugger (v6.25.0)
  • ScanExpress DFT Analyzer (v2.22.0)
  • ScanExpress Flash Generator (v3.27.0)
  • ScanExpress Programmer (v1.41.0)
  • ScanExpress Runner (v6.45.0)
  • ScanExpress TPG/Merge/JET (v2.40.0)
  • ScanExpress Viewer (v2.23.0)

Important Note for License Administrators:
As part of the update, network license servers will need to be upgraded to the latest versions to maintain compatibility with ScanExpress. FlexNet LMADMIN v11.19.6.2 and Corelis Server Activation Utility v2.10 (or later) are required to ensure the smooth operation of network-based licenses.

For a detailed list of all changes and improvements in ScanExpress version 10.9.0, please refer to the official release notes.

About Corelis
Corelis is a leading provider of advanced boundary-scan tools and solutions, offering innovative products that assist engineers in the design, testing, and debugging of complex electronic devices. Corelis’ ScanExpress family of tools is trusted by engineers and manufacturers around the world for performing efficient, cost-effective boundary-scan tests on a wide variety of devices.

For Media Inquiries: Corelis Marketing Team
Email: [email protected]
Phone: +1 (800) 441-9411
Website: www.corelis.com

By |2024-12-18T17:50:40-08:00December 18, 2024|Corelis Boundary-Scan Blog, JTAG Boundary-Scan|Corelis Boundary-Scan Blog, Press Release|Comments Off on ScanExpress 10.9.0 Update Unveils New Device Model Type

Corelis Announces ScanExpress 10.8.0 Release with Enhanced Documentation and Expanded Device Support

Corelis Announces ScanExpress 10.8.0 Release

with Enhanced Documentation and Expanded Device Support

CERRITOS, Calif. — Corelis, Inc., a leading supplier of boundary-scan and JTAG testing solutions, is pleased to announce the release of ScanExpress 10.8.0, the latest version of its comprehensive boundary-scan test and in-system programming software suite.

This update introduces an enhanced HTML-based documentation system, replacing previous PDF manuals and in-app help, now viewable in any standard web browser. Additionally, this release extends flash programming capabilities to include Octal SPI NAND devices and improves testing support for Intel Cyclone 10 devices with legacy controllers.

Notable performance improvements address boundary-scan diagnostics and scripting test workflows, delivering smoother and more reliable testing and programming for complex topologies. With a suite of robust updates across the ScanExpress product line, this release reaffirms Corelis’ commitment to innovative, user-friendly, and high-performance boundary-scan solutions.

For more information, please visit Corelis’ ScanExpress Product Updates. https://www.corelis.com/updates/scanexpress-product-downloads/scanexpress-10-8-0- release-notes

ABOUT CORELIS

Corelis, Inc. is located in Cerritos, California.  A subsidiary of Electronic Warfare Associates, Inc., Corelis offers bus analysis tools, embedded test tools, and the industry’s broadest line of JTAG/boundary-scan software and hardware products that combine exceptional ease-of-use with advanced technical innovation and unmatched customer service. Soon after its inception in 1991, Corelis’ innovation in bus analysis tools and JTAG/Boundary-scan Test solutions ultimately resulted in acceptance as a major and preferred vendor of test tools worldwide.

By |2024-11-21T21:49:32-08:00November 3, 2024|Corelis Boundary-Scan Blog, JTAG Boundary-Scan|Corelis Boundary-Scan Blog, Press Release|Comments Off on Corelis Announces ScanExpress 10.8.0 Release with Enhanced Documentation and Expanded Device Support

Corelis Introduces New Features & Enhancements in ScanExpress™ Software Version 9.10.0

Corelis Introduces New Features & Enhancements in ScanExpress™ Software Version 9.10.0

New Software Update includes improved features, enhancements, and device support.

Corelis, Inc., Cerritos, CA, April 16, 2021 – Corelis, the leading supplier of high-performance boundary-scan test and measurement software and hardware, announced today version 9.10.0 of its ScanExpress™ Boundary-Scan Suite of Software is now available.

What’s New in ScanExpress 9.10.0

Script Improvements

The Corelis ScanExpress scripting language, shared between ScanExpress applications, has new and improved features for handling data files. Scripts in ScanExpress TPG, Debugger, and JET can take advantage of file access features to read and process data for use in boundary-scan and JET tests.

  • File operations can now specify a read/write mode when accessing files. Scripts with the fopen function can take advantage of additional flexibility when opening or creating files.
  • New functions fcrc32 and crc32data have been added to the script language for generating CRC32 result from a file or from data directly within a script. For example, a data file can be checked for integrity prior to using as a data source for boundary-scan or JET tests.

64-bit DLL for ScanExpress Debugger API

ScanExpress Debugger now includes a 64-bit DLL for direct integration with 64-bit applications. The 64-bit API can be used to directly integrate boundary-scan pin input/output capabilities with a wide variety of applications including NI LabVIEW, TestStand, LabWindows/CVI, Keysight VEE, and a variety of programming languages.

ScanExpress Release Notes

ScanExpress 9.10.0

General

  • SEP-68: Added support for SPI flash devices that require two write cycles for quad mode register configuration.
  • SETPG-231: Added new ‘fcrc32’ and ‘crc32data’ scripting functions.
  • SEBT-301: Resolved an issue with ‘fcrc8’ script function producing an incorrect result.
  • SEP-60: Added new test step option to perform a reset sequence after programming MSP430 devices when using Spy-Bi-Wire mode with NetUSB II. This feature requires NetUSB II firmware v1.04 or greater.

Existing Corelis customers with a valid maintenance contract can now access the new software through the Corelis support website.

Existing Corelis customers with a valid maintenance contract can now access the new software through the Corelis support website.

ScanExpress Software Downloads

For a full list of feature updates you can access the ScanExpress Software 9.10.0 Release Notes at Corelis.com, go here:
9.10.0 Release Notes

To inquire about a maintenance package or to obtain a full list of improvements, please contact the Corelis sales team at (562) 926-6727; or, send an email to [email protected].

As always, Corelis offers free training to all clients so that they may immediately utilize the various new product features and innovations now available. Class schedules and registration information can be found on the Corelis website at https://www.corelis.com/services/training/.

ABOUT CORELIS

Corelis, Inc. is located in Cerritos, California.  A subsidiary of Electronic Warfare Associates, Inc., Corelis offers bus analysis tools, embedded test tools, and the industry’s broadest line of JTAG/boundary-scan software and hardware products that combine exceptional ease-of-use with advanced technical innovation and unmatched customer service. Soon after its inception in 1991, Corelis’ innovation in bus analysis tools and JTAG/Boundary-scan Test solutions ultimately resulted in acceptance as a major and preferred vendor of test tools worldwide.

By |2023-02-23T11:04:18-08:00April 16, 2021|Press Release|Comments Off on Corelis Introduces New Features & Enhancements in ScanExpress™ Software Version 9.10.0

Corelis Introduces New Features & Enhancements in ScanExpress™ Software Version 9.9.0

Corelis Introduces New Features & Enhancements in ScanExpress™ Software Version 9.9.0

New Software Update includes improved features, enhancements, and device support.

Corelis, Inc., Cerritos, CA, January 18, 2021 – Corelis, the leading supplier of high-performance boundary-scan test and measurement software and hardware, announced today version 9.8.0 of its ScanExpress™ Boundary-Scan Suite of Software is now available.

Improvements include:

ScanExpress Software now includes bad block management for NAND flash devices when erasing, programming, and verifying with boundary-scan flash in-system-programming software. The skip block method will be used to read factory bad block markers and automatically skip to the next available block. Support is included in ScanExpress in-system-programming applications, including ScanExpress Flash Generator, ScanExpress Runner, ScanExpress Programmer, and more.

Existing Corelis customers with a valid maintenance contract can now access the new software version 9.9.0 through the Corelis support website.

ScanExpress Software Downloads

For your reference, the ScanExpress Software 9.9.0 Release Notes is also posted on the following:

9.9.0 Release Notes

To inquire about a maintenance package or to obtain a full list of improvements, please contact the Corelis sales team at (562) 926-6727; or, send an email to [email protected].

As always, Corelis offers free training to all clients so that they may immediately utilize the various new product features and innovations now available. Class schedules and registration information can be found on the Corelis website at https://www.corelis.com/services/training/.

ABOUT CORELIS

Corelis, Inc. is located in Cerritos, California.  A subsidiary of Electronic Warfare Associates, Inc., Corelis offers bus analysis tools, embedded test tools, and the industry’s broadest line of JTAG/boundary-scan software and hardware products that combine exceptional ease-of-use with advanced technical innovation and unmatched customer service. Soon after its inception in 1991, Corelis’ innovation in bus analysis tools and JTAG/Boundary-scan Test solutions ultimately resulted in acceptance as a major and preferred vendor of test tools worldwide.

By |2023-02-23T11:05:00-08:00January 18, 2021|Press Release|Comments Off on Corelis Introduces New Features & Enhancements in ScanExpress™ Software Version 9.9.0

Corelis Introduces New ScanExpress™ Version 9.8.0 Boundary-Scan Software Suite

Corelis Introduces New ScanExpress™ Version 9.8.0 Boundary-Scan Software Suite

New Software Update includes improved features, enhancements, and device support.

Corelis, Inc., Cerritos, CA, October 20, 2020 – Corelis, the leading supplier of high-performance boundary-scan test and measurement software and hardware, announced today version 9.8.0 of its ScanExpress™ Boundary-Scan Suite of Software is now available.

Improvements include:

ScanExpress JET can now take advantage of optional ScanExpress JET Advanced Diagnostics for detailed memory test diagnostics with fully automated analysis. Processor-controlled functional test results are diagnosed down to the net-and-pin level, even on BGA components where physical debug and test access is limited.

ScanExpress JET Advanced Diagnostics integrate with ScanExpress Runner and Viewer to provide both a test log and visual representation of fault locations. The precise diagnostics are ideal for extensive testing of embedded systems in high-reliability products including avionics, telecommunications boards, automotive ECU systems, and more. Processor-specific memory tests include multiple memory standards including DDR, GDDR, and more. For supported CPU information, please contact Corelis sales.

Additionally, all ScanExpress software has been updated with the latest features and updated device support. Highlights include improved EDIF netlist support, new support for memory bank tests with mixed data bus widths, and support for larger flash devices.

Existing Corelis customers with a valid maintenance contract can now access the new software version 9.8 through the Corelis support website. To inquire about a maintenance package or to obtain a full list of improvements, please contact the Corelis sales team at (562) 926-6727; or, send an email to [email protected].

As always, Corelis offers free training to all clients so that they may immediately utilize the various new product features and innovations now available. Class schedules and registration information can be found on the Corelis website at: https://www.corelis.com/services/training/.

ABOUT CORELIS

Corelis, Inc. is located in Cerritos, California.  A subsidiary of Electronic Warfare Associates, Inc., Corelis offers bus analysis tools, embedded test tools, and the industry’s broadest line of JTAG/boundary-scan software and hardware products that combine exceptional ease-of-use with advanced technical innovation and unmatched customer service. Soon after its inception in 1991, Corelis’ innovation in bus analysis tools and JTAG/Boundary-scan Test solutions ultimately resulted in acceptance as a major and preferred vendor of test tools worldwide.

By |2023-02-23T11:06:09-08:00October 23, 2020|Press Release|Comments Off on Corelis Introduces New ScanExpress™ Version 9.8.0 Boundary-Scan Software Suite

Corelis Introduces New ScanExpress™ Version 9.7.0 Boundary-Scan Software Suite

Corelis Introduces New ScanExpress™ Version 9.7.0 Boundary-Scan Software Suite

New Software Update includes improved features, enhancements, and device support.

Corelis, Inc., Cerritos, CAJune 24, 2020 – Corelis, the leading supplier of high-performance boundary-scan test and measurement software and hardware, announced today version 9.7.0 of its ScanExpress Boundary-Scan Suite of Software is now available. ScanExpress 9.7 now includes integration examples for Python for ScanExpress execution APIs. Each example includes wrapper functions as well as examples cases showing how ScanExpress APIs can be easily be integrated with Python-based test systems. e.MMC in-system-programming support has been expanded to include additional device types and STAPL/JAM file execution has been optimized for Microchip (formerly Microsemi SoC) devices, offering up to twice the speed as previous releases. 

Improvements include: 

Python Integration Examples 

ScanExpress applications with API capability now include examples for interfacing with Python 3.7 and above. Each script is installed along with the associated ScanExpress application and includes detailed examples of API usage. 

Additional e.MMC In-System-Programming Support 

e.MMC in-system-programming (ISP) support has been improved to support additional devices, including SanDisk iNAND devices and Micron e.MMC Memory devices. All ScanExpress applications that support ISP have been updated with new device models and support. 

ScanExpress Runner FPGA/CPLD Programming Performance Improvements 

JAM/STAPL execution performance has been improved and optimized with emphasis on Microchip (Microsemi SoC) FPGA & CPLD device programming. Some platforms should see as much as a 2x increase in JAM/STAPL execution speed in ScanExpress Runner. 

Existing Corelis customers with a valid maintenance contract can now access the new software through the Corelis support website.  To inquire about a maintenance package or to obtain a full list of improvements, please contact the Corelis Sales team at (562) 926-6727; or, send an email to [email protected]. 

As always, Corelis offers free training to all clients so that they may utilize the various new product features and innovations now available.  Class schedules and registration information can be found on the Corelis website at:  https://www.corelis.com/services/training/ 

ABOUT CORELIS

Corelis, Inc. is located in Cerritos, California.  A subsidiary of Electronic Warfare Associates, Inc., Corelis offers bus analysis tools, embedded test tools, and the industry’s broadest line of JTAG/boundary-scan software and hardware products that combine exceptional ease-of-use with advanced technical innovation and unmatched customer service. Soon after its inception in 1991, Corelis’ innovation in bus analysis tools and JTAG/Boundary-scan Test solutions ultimately resulted in acceptance as a major and preferred vendor of test tools worldwide.

By |2023-02-23T11:06:52-08:00June 29, 2020|Press Release|Comments Off on Corelis Introduces New ScanExpress™ Version 9.7.0 Boundary-Scan Software Suite

Corelis Introduces New ScanExpress™ Version 9.6.0 Boundary-Scan Software Suite

Corelis Introduces New ScanExpress™ Version 9.6.0 Boundary-Scan Software Suite

New Software Update includes improved features, enhancements, and device support.

Corelis, Inc., Cerritos, CA, April 21, 2020 – Corelis, the leading supplier of high-performance boundary-scan test and measurement software and hardware, announced today version 9.6.0 of its ScanExpress™ Boundary-Scan Suite of Software is now available.

Improvements include:

ScanExpress Runner Analytics

ScanExpress Runner includes a new analytics feature. Test plan analytic data may be saved to a local database, exported to a file, or viewed using an included chart builder interface. Data collection can be enabled through the ScanExpress Runner GUI.

Features include:

  • Integrated test plan data collection including individual test execution time, test plan information, individual test step results and diagnostics, and more.
  • Data filtering and export for integration with other data systems.
  • Chart generation, display, and export.

Boundary-scan Dual and Quad SPI In-System Programming

ScanExpress software now supports dual and Quad SPI programming with boundary-scan. Using dual and quad mode significantly decreases program and verify time with SPI flash devices. New flash device models are required for dual and quad mode operation; customers with a current maintenance contract can contact [email protected] with flash part number information for new models.

Other ScanExpress Feature Enhancements

The ScanExpress suite of software has been updated with the latest improvements and fixes.

Featured enhancements include:

  • ScanExpress JET flash programming operations now include Persistent Protection Bit (PPB) support for Cypress flash devices. PPB support allows more options for protecting and unprotection flash data prior to and after erase, program, and verify operations.
  • The ScanExpress Runner application now has the option to tri-state the JTAG controller parallel IO pins after test plan execution. This new feature provides greater support of integration with other test systems; for example, functional tests that also use the JTAG pins can be executed immediately after boundary-scan tests without disconnecting the JTAG controller.
  • A new VB.NET example project for the ScanExpress Debugger application programming interface (API) is included. This example can be used with the latest Microsoft Visual Studio to integrate ScanExpress Debugger with VB.NET applications.

Existing Corelis customers with a valid maintenance contract can now access the new software through the Corelis support website.  To inquire about a maintenance package or to obtain a full list of improvements, please contact the Corelis Sales team at (562) 926-6727; or, send an email to [email protected].

As always, Corelis offers free training to all clients so that they may utilize the various new product features and innovations now available.  Class schedules and registration information can be found on the Corelis website at:  https://www.corelis.com/services/training/

ABOUT CORELIS

Corelis, Inc. is located in Cerritos, California.  A subsidiary of Electronic Warfare Associates, Inc., Corelis offers bus analysis tools, embedded test tools, and the industry’s broadest line of JTAG/boundary-scan software and hardware products that combine exceptional ease-of-use with advanced technical innovation and unmatched customer service. Soon after its inception in 1991, Corelis’ innovation in bus analysis tools and JTAG/Boundary-scan Test solutions ultimately resulted in acceptance as a major and preferred vendor of test tools worldwide.

By |2023-02-23T11:07:12-08:00May 7, 2020|Press Release|Comments Off on Corelis Introduces New ScanExpress™ Version 9.6.0 Boundary-Scan Software Suite

Corelis Introduces New ScanExpress™ Version 9.5 Boundary-Scan Software Suite

Corelis Introduces New ScanExpress™ Version 9.5 Boundary-Scan Software Suite

New Software Update includes improved features, enhancements, and device support.

Corelis, Inc., Cerritos, CA, January 8, 2020 – Corelis, the leading supplier of high-performance boundary-scan test and measurement software and hardware, announced today version 9.5 of its ScanExpress™ Boundary-Scan Suite of Software is now available.

Improvements include:

Texas Instruments MSP430 Spy-Bi-Wire Programming with NetUSB II

NetUSB II multi-TAP JTAG controllers can now be used to program MSP430 devices using the Spy-Bi-Wire protocol. Spy-Bi-Wire is a serialized JTAG protocol that allow programming of Texas Instruments MSP430 microcontrollers over a two-wire interface instead of the traditional four-wire JTAG interface.

ScanExpress Programmer API Functions

The ScanExpress Programmer API now features functions to override programming file options at runtime in addition to functions to execute programming actions with a custom set of parameters and dump memory contents to a file.

New functions include:

sepFPISetProgOptionOverride the programming options specified in a preloaded FPI programming file.
sepFPISetProgOffsetOverride the programming offset option specified in a preloaded FPI programming file.
sepFPISetProgTckOverride the TCK frequency value specified in a preloaded FPI programming file.
sepFPISetProgPIOOverride the parallel I/O options specified in a preloaded FPI programming file.
sepFPIDumpDump flash memory contents to a file.
FlashProgrammerLoad and execute flash programming actions according to a set of parameters.

Support for PXIe-1149.1/4E

All ScanExpress applications now support the new PXIe-1149.1/E High-Performance 4-TAP PXI Express JTAG Controller. The PXIe-1149.1/4E brings the same high-speed USB-1149.1/4E architecture to a PXI Express (PXIe) form factor for integration with PXI/PXIe ATE systems. Please contact Corelis Sales for pricing and availability.

ScanExpress JET CPU Support & Improvements

ScanExpress JET now supports PowerPC 750 processors and 32-bit AURIX TriCore Microcontrollers. Each new processor support package includes base RAM and NOR flash tests and programming support. Please contact Corelis Sales for pricing and availability.

Existing Corelis customers with a valid maintenance contract can now access the new software through the Corelis support website.  To inquire about a maintenance package or to obtain a full list of improvements, please contact the Corelis Sales team at (562) 926-6727; or, send an email to [email protected].

As always, Corelis offers free training to all clients so that they may utilize the various new product features and innovations now available.  Class schedules and registration information can be found on the Corelis website at:  https://www.corelis.com/services/training/

ABOUT CORELIS

Corelis, Inc. is located in Cerritos, California.  A subsidiary of Electronic Warfare Associates, Inc., Corelis offers bus analysis tools, embedded test tools, and the industry’s broadest line of JTAG/boundary-scan software and hardware products that combine exceptional ease-of-use with advanced technical innovation and unmatched customer service. Soon after its inception in 1991, Corelis’ innovation in bus analysis tools and JTAG/Boundary-scan Test solutions ultimately resulted in acceptance as a major and preferred vendor of test tools worldwide.

By |2023-02-23T11:07:34-08:00January 8, 2020|Press Release|Comments Off on Corelis Introduces New ScanExpress™ Version 9.5 Boundary-Scan Software Suite

Blackhawk™ Launches New JTAG Isolation Adapter for ARM®

Blackhawk™ Launches New JTAG Isolation Adapter for ARM®

Starts Shipping Today with JTAG Isolation Protection for your Equipment (ISOARM)

Blackhawk, Cerritos, CA, October 1, 2019 – Blackhawk™, the leader in the design of DSP Hardware and Software Development Tools. The first to introduce a USB JTAG Emulator for Texas Instruments DSP’s and is a provider of advanced emulation products, announced today the BH-ADP-ISOARM is now available.

The Blackhawk JTAG Isolation Adapter for ARM is a board that connects between your JTAG emulator and the JTAG connection of your target board. The adapter is designed to minimize and protect connected devices (PC/ Emulator/Target) from ground loop voltage, harsh environments and new, untested designs.

Blackhawk™ JTAG Isolation Adapter for ARM®

Blackhawk™ JTAG Isolation Adapter for ARM®

The adapter is very flexible by providing three JTAG connection options (Std. 20-pin ARM, 10 and 20-pin ARM Cortex) on both emulator and target sides. This also allows the adapter to be used as a converter from one JTAG connection type to another.

Features

  • Supports I/O voltages of 1.8V-5.0V targets
  • Serial wire debug (SWD) and IEEE 1149.1 (JTAG) protocols supported
  • High electromagnetic immunity
  • High-Speed operation: up to 24MHz TCK
  • Connections: ARM Std 20-pin, ARM Cortex 10 & 20-pin
  • Voltage Isolation: 5K Vrms
  • Powered by USB, Target VCC or Emulator
  • Current consumption is 20-80mA (varies with I/O voltage level and SW3 setting)
  • RoHS Compliant

The signal interface supports both standard JTAG (1149.1) and serial wire debug (SWD) protocols, eliminating the need to purchase two different isolators.

The emulator and target sides of the adapter are powered from the target side VCC signals; however, the emulator side can be powered from USB or JTAG Emulator connectors with SW3 off to reduce power draw from the target should it be necessary.

These features in addition to the high electromagnetic immunity, make this adapter a very versatile solution to protect your equipment.

What’s Included

  • Isolation Adapter PC Board
  • 20-pin Ribbon Cable (0.100” x0.100”)
  • 10-pin Ribbon Cable (0.050” x 0.050”)
  • Bump-ons (4)
  • Quick Start Guide
  • Warranty and Product Registration Information

Learn more about the BH-ADP-ISOARM at blackhawk-dsp.com/products/jtag-isolation/isoarm

About Blackhawk

Blackhawk™ is a leader in the design of DSP Hardware and Software Development Tools. The first to introduce a USB JTAG Emulator for Texas Instruments DSPs and is a provider of advanced emulation products. Blackhawk is a leader in the development of debug tools for Texas Instruments embedded processors and a member of the TI Third Party Network and solution provider for the TI Design Network. Blackhawk is a business unit of Corelis/EWA Technologies, Inc. with headquarters in Herndon, Virginia.

Blackhawk products and services can be found globally in every market served by TI embedded processors. This includes our JTAG debug probes, utilities, and accessories as well as fielded hardware designs, software applications, and embedded emulation products.

By |2023-02-23T11:08:08-08:00October 7, 2019|Press Release|Comments Off on Blackhawk™ Launches New JTAG Isolation Adapter for ARM®

Corelis Introduces New ScanExpress™ Version 9.4 Boundary-Scan Software Suite

Corelis Introduces New ScanExpress™ Version 9.4 Boundary-Scan Software Suite

New Software Update includes improved features, enhancements, and device support.

Corelis, Inc., Cerritos, CA, September 16, 2019 – Corelis, the leading supplier of high-performance boundary-scan test and measurement software and hardware, announced today version 9.4 of its ScanExpress™ Boundary-Scan Suite of Software is now available.

Here is a brief list of software improvements:

  • ScanExpress Runner now includes an asynchronous API for integration with third-party applications. The asynchronous execution functions allow applications to integrate ScanExpress Runner functionality without having to wait for execution to finish—applications can now begin execution and then poll to determine current status or abort the current execution.
  • ScanExpress Runner now includes a full test plan and test step path information in the test log file for improved traceability. Additionally, flash manufacturer and device ID information will now be included in diagnostics and test logs when Manufacturer ID and Device ID tests pass. Finally, we’ve improved JAM/STAPL diagnostics to include additional checksum data when available.
  • ScanExpress Runner Gang can now utilize USB-1149.1/4E and QuadTAP/CFM hardware for concurrent test execution. Gang (concurrent) tests on up to 4 TAPs can now be run on the benchtop with USB-1149.1/4E hardware or integrated into Teradyne testers with the QuadTAP/CFM and expander cards.
  • ScanExpress JET now supports Marvell OCTEON III CN7200 Multi-Core MIPS64 Processors and Texas Instruments TMS320C6748 DSP Processors. Each new processor support package includes base RAM and NOR flash tests and programming support. Please contact Corelis Sales for pricing and availability. Additionally, Ethernet loopback tests are now included for NXP i.MX6 Applications Processors.

Existing Corelis customers with a valid maintenance contract can now access the new software through the Corelis support website. To inquire about a maintenance package or to obtain a full list of improvements, please contact the Corelis Sales team at (562) 926-6727; or, send an email to [email protected].

As always, Corelis offers free training to all clients so that they may utilize the various new product features and innovations now available. Class schedules and registration information can be found on the Corelis website at: https://www.corelis.com/services/training/

About Corelis

Corelis, Inc. is located in Cerritos, California. A subsidiary of Electronic Warfare Associates, Inc., Corelis offers bus analysis tools, embedded test tools, and the industry’s broadest line of JTAG/boundary-scan software and hardware products that combine exceptional ease-of-use with advanced technical innovation and unmatched customer service. Soon after its inception in 1991, Corelis’ innovation in bus analysis tools and JTAG/Boundary-scan Test solutions ultimately resulted in acceptance as a major and preferred vendor of test tools worldwide.

By |2023-02-23T11:09:48-08:00September 19, 2019|Press Release|Comments Off on Corelis Introduces New ScanExpress™ Version 9.4 Boundary-Scan Software Suite
Go to Top