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