1. Chapter 1 - Introduction
With the NI LabVIEW Embedded Module for ARM Microcontrollers, you can port LabVIEW software to any of more than 260 ARM7, ARM9, and Cortex-M3 microcontrollers for system deployment. By using a single development tool from concept to finished product, you can ease the development process and increase end quality while reducing time to market. Visit our website for more information on targeting embedded systems in LabVIEW
Taking Your Graphical Design to a New ARM Microcontroller
While the LabVIEW Embedded Module for ARM features several example targets including the Keil MCB2300 and the Luminary Micro EK-LM3S8962 evaluation boards, there are a large number of additional ARM microcontrollers that LabVIEW can target. This document offers a general process for incorporating a new ARM target provided it meets hardware and software requirements. This specific example demonstrates a Philips NXP LPC3180 ARM9 microcontroller on the phyCORE-ARM9/LPC3180 evaluation board.
A general process for incorporating a new ARM target follows these basic steps:
- Porting the RTX Real-Time Kernel
- Integrating the Real-Time Agent module for debugging
- Creating the target in LabVIEW and incorporating the Keil toolchain
- Developing peripheral and I/O drivers
Note that while this tutorial demonstrates specific steps taken to incorporate the Phytec LPC3180 evaluation board, it provides a generic guideline for each process that you can apply to any target. To incorporate an arbitrary ARM microcontroller, you need to custom tailor many of the step details provided below to the specific microcontroller.
At the time this article was written, the RTX Real-Time Kernel and Real-Time Agent module had not been developed for the LPC3180. Therefore, this tutorial demonstrates all four processes. However, this may not be necessary for all targets. For more information about incorporating the RTX Real-Time Kernel and the Real-Time Agent module, see chapters 4 and 5.
This tutorial assumes that you have the LabVIEW Microprocessor SDK installed. If this is not the case, see the following tutorial on modifying the generic 'Other' target that is installed by the LabVIEW Embedded Module for ARM Microcontrollers. Visit our website for more information on targeting ARM embedded systems in LabVIEW.
2. Table of Contents
Chapter 2: Integration of LabVIEW and KEIL Toolchains
Chapter 3: Implementing Elemental I/O
Chapter 4: RTX Real-Time Kernel
Chapter 5: Integrating the Real-Time Agent
3. Solution Files
The following files provide a complete solution for each chapter of this document. Use these files to follow along with the guide, or use the LPC3180 folder in the chapter 3 files for the final working solution.
Note: You will need a .RAR extraction utility (ex. WinRAR) to decompress these files.
