Download Print this page

Maxim Integrated Alameda MAXREFDES24# Quick Start Manual

Lx9 microboard

Advertisement

Quick Links

Alameda (MAXREFDES24#) LX9 MicroBoard
Quick Start Guide
Rev 0; 3/14
Maxim Integrated cannot assume responsibility for use of any circuitry other than circuitry entirely embodied in a Maxim Integrated product. No circuit
patent licenses are implied. Maxim Integrated reserves the right to change the circuitry and specifications without notice at any time.
Maxim Integrated 160 Rio Robles, San Jose, CA 95134 USA 1-408-601-1000
© 2014 Maxim Integrated Products, Inc.
Maxim Integrated and the Maxim Integrated logo are trademarks of Maxim Integrated Products, Inc.

Advertisement

loading
Need help?

Need help?

Do you have a question about the Alameda MAXREFDES24# and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Maxim Integrated Alameda MAXREFDES24#

  • Page 1 Rev 0; 3/14 Maxim Integrated cannot assume responsibility for use of any circuitry other than circuitry entirely embodied in a Maxim Integrated product. No circuit patent licenses are implied. Maxim Integrated reserves the right to change the circuitry and specifications without notice at any time.
  • Page 2: Table Of Contents

    Alameda (MAXREFDES24#) LX9 MicroBoard Quick Start Guide Table of Contents 1. Required Equipment ....................3 2. Overview ........................3 3. Included Files ......................5 4. Procedure ......................... 6 5. Code Documentation ....................18 6. Appendix A: Project Structure and Key Filenames ..........19 7.
  • Page 3: Required Equipment

    Alameda (MAXREFDES24#) LX9 MicroBoard Quick Start Guide 1. Required Equipment • PC with Windows® OS with Xilinx® ISE®/SDK version 14.2 or later and two USB ports (Refer to Xilinx AR# 51895 if you installed ISE WebPACK design software on your PC.) •...
  • Page 4 Alameda (MAXREFDES24#) LX9 MicroBoard Quick Start Guide Figure 1. Alameda Board Connected to LX9 Kit Figure 2. Pmod™ Connector Alignment...
  • Page 5: Included Files

    Alameda (MAXREFDES24#) LX9 MicroBoard Quick Start Guide 3. Included Files The top level of the hardware design is a Xilinx ISE Project Navigator Project (.XISE) for Xilinx ISE version 14.2. The Verilog-based HDL design instantiates the MicroBlaze core, the support hardware required to run the MicroBlaze, and the peripherals that interface to the Pmod ports.
  • Page 6: Procedure

    Alameda (MAXREFDES24#) LX9 MicroBoard Quick Start Guide 4. Procedure 1. Connect the Alameda board to the J4 and J5 ports of an LX9 MicroBoard as shown in Figure 2. Connect the +24V power supply positive terminal and the ground terminal to the +24V and the PGND connectors on the Alameda board, respectively.
  • Page 7 Alameda (MAXREFDES24#) LX9 MicroBoard Quick Start Guide 10. Open the Xilinx Software Development Kit (SDK) from the Windows Start menu. 11. SDK will prompt for a workspace directory, which is the location where the software project is located. For this example, it is: C:\designs\maxim\RD24V01_00\RD24_LX9_V01_00\Design_Files\sdkWorkspace Click OK and SDK will open.
  • Page 8 Alameda (MAXREFDES24#) LX9 MicroBoard Quick Start Guide 12. Review the SDK IDE. The Project Explorer in the upper left tab should have three components as shown in the image below. If all three subfolders are present, you can skip the next step.
  • Page 9 Alameda (MAXREFDES24#) LX9 MicroBoard Quick Start Guide 13. If the Project Explorer does not contain these three subfolders, launch the File | Import menu, expand the General folder, and select Existing Projects into Workspace. Click Next. Set the root directory to: C:\designs\maxim\RD24V01_00\RD24_LX9_V01_00\Design_Files\sdkWorkspace and the missing projects should appear in SDK Project Explorer with their checkboxes checked.
  • Page 10 Alameda (MAXREFDES24#) LX9 MicroBoard Quick Start Guide 14. To download the bitstream (.BIT) file to the board, click on the Program FPGA icon (which looks like a green chain of devices). The Program FPGA dialog box appears. From here, an FPGA Bitstream (.bit) file is selected as well as an FPGA BMM (.bmm) file.
  • Page 11 Alameda (MAXREFDES24#) LX9 MicroBoard Quick Start Guide 15. Set up the terminal program to run on the PC using the following steps. Before loading the executable firmware file on the FPGA, the terminal program on the PC should be running. The example firmware running on the FPGA communicates with the PC via a USB port set up to emulate a serial port (UART).
  • Page 12 Alameda (MAXREFDES24#) LX9 MicroBoard Quick Start Guide 16. Use the Xilinx SDK to download and run the executable ELF (.ELF) file on the MicroBlaze using the following steps. Right-click the mouse while the MAXREFDES24 C project is selected, choose the Run As menu, and then Run Configurations… menu as shown below.
  • Page 13 Alameda (MAXREFDES24#) LX9 MicroBoard Quick Start Guide Next, double-click the mouse on the Xilinx C/C++ ELF menu.
  • Page 14 Alameda (MAXREFDES24#) LX9 MicroBoard Quick Start Guide Next, press the Search Project button.
  • Page 15 Alameda (MAXREFDES24#) LX9 MicroBoard Quick Start Guide Double-click on the MAXREFDES24.elf binary.
  • Page 16 Alameda (MAXREFDES24#) LX9 MicroBoard Quick Start Guide Verify the application is selected on the Main tab and press the Run button. Once the Debug/MAXREFDES24 configuration is set up once, you just need to press the Run button if you ever want to run the program again.
  • Page 17 Alameda (MAXREFDES24#) LX9 MicroBoard Quick Start Guide At this point, the application will be running on the MicroBlaze and the terminal program should show the menu below. Make the desired selections by pressing the appropriate keys on the keyboard. For example, to select current output, press 0.
  • Page 18: Code Documentation

    Alameda (MAXREFDES24#) LX9 MicroBoard Quick Start Guide 5. Code Documentation Code documentation can be found at: C:\...\RD24V01_00\RD24_LX9_V01_00\Code_Documentation\ To view the code documentation in HTML format with a browser, open the MainPage.html file. To view the code documentation in .PDF format with a PDF reader, open the MAXREFDES24_Code_Documentation.pdf file.
  • Page 19: Appendix A: Project Structure And Key Filenames

    Alameda (MAXREFDES24#) LX9 MicroBoard Quick Start Guide 6. Appendix A: Project Structure and Key Filenames 7. Trademarks Eclipse is a trademark of Eclipse Foundation, Inc. ISE is a registered trademark of Xilinx, Inc. MicroBlaze is a trademark of Xilinx, Inc. Pmod is a trademark of Digilent, Inc.
  • Page 20: Revision History

    Alameda (MAXREFDES24#) LX9 MicroBoard Quick Start Guide 8. Revision History REVISION REVISION PAGES DESCRIPTION NUMBER DATE CHANGED 3/14 Initial release —...
  • Page 21 Mouser Electronics Authorized Distributor Click to View Pricing, Inventory, Delivery & Lifecycle Information: Maxim Integrated MAXREFDES24#...