Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

EZ-USB™ FX3 Explorer kit as 16-channel 100 MHz logic analyzer with sigrok PulseView - KBA233652

lock attach
Attachments are accessible only for community members.

EZ-USB™ FX3 Explorer kit as 16-channel 100 MHz logic analyzer with sigrok PulseView - KBA233652

Chelladurai
Community Manager
Community Manager
Community Manager
100 sign-ins 50 questions asked 50 sign-ins

The EZ-USB™ FX3 Explorer kit can be used as a 16-channel 100 MHz USB 3 logic analyzer with sigrok PulseView. (Note that the following steps are applicable for any FX3 device. Explorer kit is used in this KBA, as all the IOs needed are exposed in this kit as shown in Figure 1). 

Figure 1. FX3 Explorer kit (CYUSB3KIT-003) as logic analyzer.png
Figure 1. FX3 Explorer kit (CYUSB3KIT-003) as logic analyzer
 

This KBA lists the steps required to use the FX3 Explorer kit as a FX3 logic analyzer with PulseView.

Steps:

  1. Support for FX3 device is added in sigrok project with pull-request#148. The changes done are awaiting merge into upstream. The official PulseView installers with cypress-fx3 support will be available at sigrok official download page (link) once the pull-request is merged into mainline.
  2. PulseView installer for the Windows can be build using the sigrok-cross-mingw script in sigrok-util repository. The script must be modified to use the libsigrok with the changes from the pull-request#148 to test support for Cypress FX3.
  3. Install PulseView from the created installer.
  4. Verify, if the installed PulseView version supports the “cypress-fx3” device as shown:
    fig2.png

    Figure 2. cypress-fx3 in the list of supported hardware devices

  5. Connect Jumper J4 to select USB boot mode and then connect the kit to PC using a USB 3.0 cable.
  6. Open the USB Control Center. The board will enumerate as Cypress FX3 USB Bootloader Device.
  7. FX3 device must be bound to the WinUSB / libusb driver to work with sigrok. This can be done by downloading cypress-fx3-vid-pid-boot.img (attached in the FX3.zip folder) to I2C EEPROM. This image file will change the VID/PID of the Cypress FX3 USB Bootloader Device and can be bound to WinUSB/libusb using Zadig tool.

    fig3-233652.PNG

    Figure 3. Download Image file to onboard I2C EEPROM

  8. After the programming is complete, remove the Jumper J4 to select boot from I2C EEPROM and then press the “RESET” switch SW1.
  9. Open the Zadig tool and select Options > Show all devices. Select Westbridge or Unknown Device #1 from the list. Verify that, the VID and PID are as shown in Figure 3, and then select Install Driver.

    fig4-233652.PNG

    Figure 4. Bind FX3 device to WinUSB

  10. Copy cypress-fx3.fw (attached in FX3.zip folder) file to the sigrok-firmware directory at the PulseView installation path. An example path would be C:\Program Files (x86)\sigrok\PulseView\share\sigrok-firmware. The source code for generating cypress-fx3 image file is attached as cypress-fx3-src.zip (attached in the FX3.zip folder) with this KBA.
  11. Open PulseView. The Cypress FX3 device will get auto-detected. If the device is not detected automatically, go to the Devices page and scan for cypress-fx3 device as shown in Figure 5.

    fig5.png

    Figure 5. Scan for cypress-fx3 devices

  12. Cypress FX3 device will be visible and PulseView is ready for capture.

    fig5.1.png

  13. Configure channels as required and click Run to start the capture. Note that pins DQ0 - DQ15 on the board act as channels D0 -D15 respectively.
  14. PulseView also supports adding protocol decoders to capture. An example of using an SPI Protocol analyzer on the captured data is shown in Figure 6.


fig6-233652.PNG

Figure 6. Using SPI Decoder to decode captured signals

Note:

Download the following files from FX3.zip:

  • cypress-fx3.fw
  • cypress-fx3-src.zip
  • cypress-fx3-vid-pid-boot.img

 

Author: Ashwin Nair                 Version: **

Attachments
9923 Views
Comments
rajagopaln
Employee
Employee
First comment on KBA First reply posted 10 sign-ins

This KBA will enable customers to use the low cost FX3 Explorer kit as a 16 channel, 100MHz logic analyser using the firmware provided with the KBA.