08-21-2011 11:13 PM
If i am designing my own hardware using any 32 bit microcontroller, (say ARM or PIC), can i use labview embedded to program that microcontroller?
Or Labview embedded only support limited hardware/ kits????
09-03-2011 12:35 AM
Hi, It is possible to program ARM controllers using labview embedded toolkit. I'm not sure whether u want to run a labview app on a sbc such as friendlyARM etc. I'm on the same mission:)
09-04-2011 10:58 PM
For ARM, can we design our own hardware prototype and use labview embedded to program it?
I know very less about ARM processors. Do we need a RTOS to run this Labview embedded code?
I have worked in PIC microcontrollers in my own hardware designs. I directly programmed it using C code.
What is the case of ARM? Does it need an OS or can e directly program using C code?
09-12-2011 11:32 AM - edited 09-12-2011 11:33 AM
09-16-2011 02:50 AM
Yes you can if your target MCU is supported by KEIL uVision.
I have made my own targets for the LPC1788 and LPC1758
make sure you have the peripheral library of your MCU and configure a target template in uVision, these are in the labview folder > targets > keil > realview > generic
Good luck with making the code for using periperals in LabVIEW (arm_serial.c, arm_irq.c, etc)
11-25-2016 03:14 AM
For ARM, can we design our own hardware prototype and use labview embedded to program it? I know very less about ARM processors. Do we need a RTOS to run this Labview embedded code? I have worked in PIC microcontrollers in my own embedded hardware designs. I directly programmed it using C code.
What is the case of ARM? Does it need an OS or can e directly program using C code?