11-11-2008 03:59 AM
11-13-2008 10:18 AM
noom,
Have you looked at the ARM porting guide on Developers Zone? This collection of documents address each step in detailed required for porting a new ARM chip to be used in LabVIEW for ARM. Please let me know if addresses you question.
-Mark
11-13-2008 08:19 PM
11-14-2008 12:31 PM
noom,
In the Porting guide there are special instructions for adding your own ARM microcontroller if you do not have the Microprocessor SDK. Please refer to this document for instructions to target the board in LabVIEW.
11-15-2008 10:12 AM
Hi noom,
If you do not have the Microprocessor SDK, what will end up happening is that you would have to select "Other" under the "Select ARM Target Type" and then select your own processor in the next page "Select Processor Type".
I believe that you wouldn't be able to get your processor name stated in the select target page even if you had the Microprocessor SDK. Since the porting guide is for "Tier2" devices and it seems that the target type page is reserved for "Tier1".
Cheers!
Sanka
11-17-2008 09:28 AM
sankah2k wrote:Hi noom,
If you do not have the Microprocessor SDK, what will end up happening is that you would have to select "Other" under the "Select ARM Target Type" and then select your own processor in the next page "Select Processor Type".
I believe that you wouldn't be able to get your processor name stated in the select target page even if you had the Microprocessor SDK. Since the porting guide is for "Tier2" devices and it seems that the target type page is reserved for "Tier1".
Cheers!
Sanka
Hi Sanka,
Everything you said is correct, with the exception of the statement I highlighted. With the LabVIEW Microprocessor SDK, you can add a target to the New>>Targets and Devices list and add your custom target to the LabVIEW Project. As you noted, this is not necessary with LabVIEW for ARM since you can make use of the "Other" target.
11-17-2008 07:23 PM
Thanks Michael,
I intended to mean it for ARM processors but missed out mentioning it. Thanks for pointing it out.
Cheers!
Sanka
11-18-2008 07:48 PM