LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

Embedded Module for ARM with olimex lpc2378-stk

Hi everyone,
     I have an olimex board LPC2378-STK & Keil mcb2370 and i use evaluation if LabVIEW Embedded Module for ARM Microcontrollers. The ARM module has  BSP support for MCB2370.
The two boards have the same arm processor.How i can port to labview a custom BSP for olimex to to work like MCB2370 ?

    For exampe olimex board has a pot at port P2.5(AIN5) and Keil MCB2370 has a pot at port P0.23. Of cource i maked a project based on the MCB2370 ,whitch i drive "AnaogInput5" to a "Number To Exponential String" and then to "indicator string" i debug it and  i saw the value of olimex pot to work fine ,but i am looking for a more comfortable way to work.

    Also,olimex cames with an 128x128 pixel 12 bit color TFT LCD with backlight, is possible to get this lcd work under Labview ,to preview a graph for example ?


Any help-idea on this would be very much appreciated, Thank you
Ελευθερία σημαίνει ότι μαθαίνεις να έχεις απαιτήσεις μόνο από τον εαυτό σου, όχι από τη ζωή ή τους άλλους
0 Kudos
Message 1 of 4
(8,193 Views)
Hi,


I have an olimex board LPC2378-STK & Keil mcb2370 and i use evaluation if LabVIEW Embedded Module for ARM Microcontrollers. The ARM module has  BSP support for MCB2370. The two boards have the same arm processor.How i can port to labview a custom BSP for olimex to to work like MCB2370 ?


This board would be considered a "Tier 2" supported device (explained here: http://zone.ni.com/devzone/cda/tut/p/id/7066). The following tutorial decribes how to add support for a Tier 2 device in the LabVIEW Embedded Module for ARM Microcontrollers: http://zone.ni.com/devzone/cda/tut/p/id/7152.


For exampe olimex board has a pot at port P2.5(AIN5) and Keil MCB2370 has a pot at port P0.23. Of cource i maked a project based on the MCB2370 ,whitch i drive "AnaogInput5" to a "Number To Exponential String" and then to "indicator string" i debug it and  i saw the value of olimex pot to work fine ,but i am looking for a more comfortable way to work.


If you want a more elegant end-user programming experience, you can create custom Elemental I/O for your target. In your case, you can reuse much of what has been created for the Keil MCB2300 development board. Here is information on creating your own Elemental I/O: http://zone.ni.com/devzone/cda/tut/p/id/7119 (you can also refer to the installed documentation for more information on implementing Elemental I/O).


Also,olimex cames with an 128x128 pixel 12 bit color TFT LCD with backlight, is possible to get this lcd work under Labview ,to preview a graph for example ?

Unless the driver for this LCD is very similar to the OLED driver for the Luminary Micro board (ships with LV ARM), you will need to wrap a C driver into VIs.
--
Michael P
National Instruments
0 Kudos
Message 2 of 4
(8,184 Views)
Thank very mach for your help Michael .
    I will try to create a custom Elemental I/O for Olimex 2378-stk
   
    As for the LCD TFT , sounds  to difficult to
wrap a C driver into VIs ...am not so experienced user with labview and C Smiley Happy
       I found a video at youtube,an example ,Liminary with a LCD.....Very very interesting.
         the link is here 

Ελευθερία σημαίνει ότι μαθαίνεις να έχεις απαιτήσεις μόνο από τον εαυτό σου, όχι από τη ζωή ή τους άλλους
0 Kudos
Message 3 of 4
(8,166 Views)

LabVIEW Microprocessor SDK works with LabVIEW Embedded Module for ARM Microcontrollers  ?

Ελευθερία σημαίνει ότι μαθαίνεις να έχεις απαιτήσεις μόνο από τον εαυτό σου, όχι από τη ζωή ή τους άλλους
0 Kudos
Message 4 of 4
(8,105 Views)