Page 3 - LabVIEW Upgrade Notes; Start»All Programs»National Instruments»; System Requirements; LabVIEW Release Notes; Installing the Embedded Module for Blackfin; Note
© National Instruments Corporation 3 Embedded Module for Blackfin Processors After you install LabVIEW, refer to the LabVIEW Upgrade Notes , available by selecting Start»All Programs»National Instruments» LabVIEW»LabVIEW Manuals and opening LV_Upgrade_Notes.pdf , for more information about new featu...
Page 4 - Tip
Embedded Module for Blackfin Processors 4 ni.com Tip If the installer does not automatically begin, double-click VisualDSP++4.5.exe on the CD to begin installation. 3. After you finish installing VisualDSP++, select Start»All Programs» Analog Devices»VisualDSP++ 4.5»Maintain this installation . 4. S...
Page 5 - Installing the EZ-KIT Lite or Emulator; Caution; Locating the A/C Adaptor and USB Port on the Blackfin Target
© National Instruments Corporation 5 Embedded Module for Blackfin Processors Installing the EZ-KIT Lite or Emulator Caution Be careful when removing the board from the package and handling the board to avoid the discharge of static electricity, which might damage some components. The EZ-KIT Lite or ...
Page 6 - ADSP-BF537 EZ-KIT Lite Evaluation System Manual; Embedded Project Manager; Creating the LabVIEW Project; Project Explorer; Upgrading Blackfin VIs; Upgrading Blackfin VIs and Embedded Projects
Embedded Module for Blackfin Processors 6 ni.com On the board, the power LED illuminates, and you might see other visible activity, such as blinking LEDs. The connection activates the Windows Found New Hardware Wizard. 2. Follow the instructions on the screen to install the software automatically. A...
Page 7 - Configuring the
© National Instruments Corporation 7 Embedded Module for Blackfin Processors LabVIEW 8.2.1 project ( .lvproj ) files. Complete the following steps to update embedded project files for use with LabVIEW 8.2.1 and the Embedded Module for Blackfin Processors 2.0. 1. Launch LabVIEW 8.2.1. 2. Select File»...
Page 8 - Building, Downloading, and Running a Blackfin Application; Migrating Custom Linker Description Files; Moving to Custom Hardware; ldf
Embedded Module for Blackfin Processors 8 ni.com 8. Select File»Save in the Project Explorer window to save the project. LabVIEW saves a copy of all the VIs for the project in the same folder as the .lvproj file. Refer to the Building, Downloading, and Running a Blackfin Application section for info...
Page 9 - Tutorial; Empty Project; Targeting My Computer in the Project Explorer Window
© National Instruments Corporation 9 Embedded Module for Blackfin Processors Tutorial Use this tutorial to learn how to create a LabVIEW project and build, run, and debug a Blackfin application. Note You can create a project and Blackfin VI without connecting a Blackfin target to the host computer. ...
Page 10 - Project:Untitled Project 1; in the; window and select; New»Targets and Devices; from the shortcut menu; Add Targets and Devices; dialog box as shown in; Add Targets and Devices Dialog Box
Embedded Module for Blackfin Processors 10 ni.com 3. Right-click Project:Untitled Project 1 in the Project Explorer window and select New»Targets and Devices from the shortcut menu to open the Add Targets and Devices dialog box as shown in Figure 3. Figure 3. Add Targets and Devices Dialog Box
Page 11 - Embedded; Adding a New Device; OK; Adding the ADSP-BF537 to the Project Explorer Window
© National Instruments Corporation 11 Embedded Module for Blackfin Processors 4. Expand the Embedded folder and select Analog Devices ADSP-BF537 as shown in Figure 4. Figure 4. Adding a New Device 5. Click the OK button to add the target to the project. The target appears in the Project Explorer win...
Page 12 - Creating the ADSP-BF537 Build; Expanding the Blackfin Target in the Project Explorer Window
Embedded Module for Blackfin Processors 12 ni.com 6. Expand the ADSP-BF537 target as shown in Figure 6. LabVIEW automatically adds Dependencies and Build Specifications under the target. SubVIs appear under Dependencies when you add a VI that contains subVIs to a project. Build specifications you cr...
Page 13 - Creating the Front Panel
© National Instruments Corporation 13 Embedded Module for Blackfin Processors Creating the Front Panel The front panel is the user interface for a VI. You can use the front panel as a debugging interface for Blackfin applications you create with LabVIEW. This tutorial includes an LED indicator that ...
Page 14 - Changing the Labels; Creating the Block Diagram
Embedded Module for Blackfin Processors 14 ni.com 2. Rename the controls by double-clicking the labels and entering new names as shown in Figure 9. • Change one of the numeric controls to input . • Change the other numeric control to threshold . • Change the numeric indicator to output . • Change th...
Page 16 - Blackfin Tutorial; Configuring the Target and Debugging Options; Configuring the Target Settings
Embedded Module for Blackfin Processors 16 ni.com 4. Save the VI as Blackfin Tutorial . Configuring the Target and Debugging Options The target options you set tell LabVIEW how the Blackfin target is connected to the host computer. The EZ-KIT Lite is connected to the host computer through the USB po...
Page 17 - Debug Options; Help; LabVIEW Help; Configuring the Debugging Options
© National Instruments Corporation 17 Embedded Module for Blackfin Processors 5. Click the Debug Options tab to configure the debug options you can use while debugging a Blackfin application on the Blackfin target. Tip Click the Help button to open the LabVIEW Help and read a description of each deb...
Page 18 - Creating the ADSP-BF537 Build Specification; Blackfin Application
Embedded Module for Blackfin Processors 18 ni.com Creating the ADSP-BF537 Build Specification Build specifications tell the LabVIEW C Code Generator how to generate the C code and build the Blackfin VI into a Blackfin application. You can create the build specification when you create a project or w...
Page 19 - Enable lwIP TCP/IP support; checkbox on the; Advanced; tab before you can select the TCP port debug option.; Configuring the Build Options
© National Instruments Corporation 19 Embedded Module for Blackfin Processors C code for synchronization and data transfer. You must place a checkmark in the Enable lwIP TCP/IP support checkbox on the Advanced tab before you can select the TCP port debug option. Note You must connect the Blackfin ta...
Page 20 - Click the; Processor; tab and verify the silicon revision in the; Silicon revision; silicon revision on the hardware.; Verifying the Silicon Revision
Embedded Module for Blackfin Processors 20 ni.com 6. Click the Processor tab and verify the silicon revision in the Silicon revision pull-down menu, shown in Figure 14, matches the silicon revision on the hardware. Figure 14. Verifying the Silicon Revision
Page 21 - Source Files; Selecting the Top-Level VI for the Build Specification
© National Instruments Corporation 21 Embedded Module for Blackfin Processors 7. Select Source Files from the Category list and select Blackfin Tutorial.vi in the source files list. Click the blue right arrow button, shown at left, to move the VI from the source files list to the Top-level VI text b...
Page 22 - Blackfin Build Specification in the Project Explorer Window; Renaming the Blackfin Build Specification
Embedded Module for Blackfin Processors 22 ni.com 8. Click the OK button and expand the Build Specifications item in the Project Explorer window. The build specification you just created appears under the Blackfin target as shown in Figure 16. Figure 16. Blackfin Build Specification in the Project E...
Page 24 - Debugging with Breakpoints and Probes
Embedded Module for Blackfin Processors 24 ni.com Debugging with Breakpoints and Probes Complete the following steps to debug the Blackfin tutorial application with breakpoints and probes. 1. Switch to the block diagram if it is not visible. 2. Right-click the Multiply function and select Set Breakp...
Page 25 - Creating Probes
© National Instruments Corporation 25 Embedded Module for Blackfin Processors 4. Add a probe to see the values on the wire coming into the Multiply function. a. Click the wire coming into the x input. b. Click the wire coming into the y input. A floating Probe window appears after you create each pr...
Page 26 - Where to Go from Here; Blackfin; Getting Started with ADSP-BF537 EZ-KIT Lite
National Instruments, NI, ni.com, and LabVIEW are trademarks of National Instruments Corporation. Refer to the Terms of Use section on ni.com/legal for more information about National Instruments trademarks. Other product and company names mentioned herein are trademarks or trade names of their resp...