08-22-2012 08:53 AM
Howdy IgorZ,
I would not have expected there to be much of a problem going between the lpc2378 and lpc2368 chips and LabVIEW for ARM because the Kernel for those chips are supported by 23xx family. Atleast that is true when looking at the Keil library, <install directory>\Keil\ARM\Startup\Philips
What problems are you experiencing that it didn't work? Are you receiving any errors when distributing the code to the target? Any types of debugging setup for your code?
Have a great day!
08-23-2012 08:37 AM
Hello.
I developed VI for MBC2300 (I apply drawing) and loaded it into lpc2378 (with SRAM K6R4008V1D-TI10) - the program works without a mistake.
I loaded the program into lpc2368 (without additional external memory) - through COM-port I receive an error message "21427 PDAFileOpenNew".
I compiled VI for MBC2400 and loaded it into lpc2478 (with SDRAM MT48LC16M16A2TG) - the file isn't created, a mistake of "21427 PDAFileOpenNew".
Where I make a mistake?
IgorZ