06-18-2010 03:04 PM - edited 06-18-2010 03:05 PM
Hi
where to start? I have not found on the site of corresponding materials.
thanks for the help
Solved! Go to Solution.
06-21-2010 05:15 PM
Hi Sergiv,
I would suggest taking a look at the following document: LabVIEW Embedded for ARM Porting Guide - Chapter 1: Introduction. It is a generic document that will explain the process of porting to any microprocessor.
If you have LabVIEW Embedded for ARM module, I would suggest that you take a look at one of the shipping templates. There is a template already build for the LPC2468 that you should use. And if you don't have the module you should download the evaluation version to get the template and save yourself a bunch of time.
I hope this helps.
06-23-2010 03:09 PM
Thanks for your reply!
I do not have LabVIEW Embedded for ARM module.
if work only with microprocessor SDK, I want Keil?
06-24-2010 03:48 PM
Hi Sergiv,
I'm afraid that something was lost in translation. Are you asking if you can use the Keil compiler with microprocessor SDK?
06-25-2010 12:36 AM
Hi.
I have installed microprocessor SDK, but not installed Keil compiler. Keil compiler necessarily needed?
06-25-2010 04:18 PM
Microprocessor SDK makes the C code from the LabVIEW code. Once you have that you need a compiler to put in on the LPC2468. Keil is the compiler that we package with the LabVIEW Embedded of ARM, and is what I would recommend since we have already done a bunch of the work for you.