01-30-2013 10:42 AM
A new Arduio is out. a 32 bit Arm version.
Can the existing Labview foftware support Arduino Due?
Is there a uprade in works.
I coul use even beta version.
Can someone please help
01-30-2013 12:34 PM
For the same reasons LIFA will not work with Arduino Leonardo LIFA will not work with Arduino Due. Any Arduino Uno compatible library, like AFmotor, that manipulates hardware registers will not work with Arduino Due.
hrh1818
02-04-2013 10:11 AM
Aduino Due and Labview.
What changes need to be done to existing Arduino code so dat Arduino Due to work in Labview?
Is there a poosible pah to reolve the issue?
Redards,
Behzad
02-04-2013 10:51 AM
I would think that because LIFA is based on serial communiction, the only thing that would need to be done is to make new firmware that runs on the ARM processor that has all the same functionality of the existing LIFA firmware. So, you should be able to go and find the differences between the ARM and non-ARM coding and implement those changes in the firmware. I could be wrong but that's how I would think it would work.
02-08-2013 09:09 AM
There is a module for ARM microcontrollers. Arduino due includes a JTAG interface. Perhaps, it can be programed this way.
02-08-2013 12:56 PM
03-14-2013 08:55 AM
I have access to a computer with LabVIEW and the Embeded for ARM processors. I started to look into how to get it to work. it seems possible.
I currently have an Arduino DUE aswell. I need a JTAG programmer to continue. I belive 100% that i can get the Embedded to work with it BECAUSE Kiel uVision supports the Cortex-M3 Architecture. The Real Time Kernal + Agent need to be ported over to the SAM3X8E Chip. I have never dug so deap into microcontrollers, but even with my limited knolage the datasheet seems to lay everything out for me. So once i get a Programmer i will continue to work on getting labview able to program the DUE. beond the scope of LIFA. (incudign running without the computer.)
03-15-2013 03:35 PM
jchalo99,
You are right that this should be possible. You may have to port Keil's RL-ARM drivers to the SAM3X8E (not sure what state this is in) and then port LV Embedded for ARM to the Arduino Due. One thing to note is that LV Embedded for ARM uses Keil MDK 4.11 so if the SAM3X8E was added after that you'll have to back port it, or try to use a newer version (which is not supported).
Let us know if you get it working.
-Sam K
LIFA Developer