Skip to end of banner
Go to start of banner

Target Connection Demo

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Prerequisites

Configuration file

In order to run the example project on the microcontroller you have, you will need a configuration file for the programmer. The easiest and fastest way is to use FlashPro-ARM GUI. In the "Microcontroller Type" area select the appropriate model and check "Verify Access" if the connection works.

If the communication was successful then confirmation is in the report window. Then save the configuration File → Save Setup as…

The generated file will be used in the function: F_ConfigFileLoad(“config_file_path.cfg“)

Sequence

  1. F_OpenInstancesAndFPAs

  2. F_Set_FPA_index

  3. F_Initialization

  4. F_ConfigFileLoad

  5. F_Open_Target_Device

  6. ... < sequential functions here > ...

  7. F_Close_Target_Device

Using Call Library Function Node

Using Imported Library

Instructions on how to import the .dll file as a LabVIEW library can be found here: Using the Import Shared Library Tool

  • No labels