LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

how to program lpc2368 of the project in LabVIEW to hex file?

Solved!
Go to solution

 

is LabView 2008 with LabVIEW Microprocessor SDK. also is available microcontroller lpc2368. is there any example of creating a finished hex file, preferably a step by step

 

 

 

 

thanks !

 

 

0 Kudos
Message 1 of 16
(7,627 Views)
is it possible to create a hex file directly for this type of microcontroller?
0 Kudos
Message 2 of 16
(7,601 Views)

Hi Sergiv,

 

I am not sure what you meant by "is LabView 2008 with LabVIEW Microprocessor SDK."

 

The LPC2368 is what we call a Tier 2 device. Tier 2 devices provide processor support, but no specific palettes are provided, so this requires you to develop and integrate drivers. That being said, you might be able to use the palettes developed for the LPC2378.

 

Were you able to follow the steps mentioned in the "How to CreateHexFile?" discussion forum post?

Regards,
Claire Reid
National Instruments
0 Kudos
Message 3 of 16
(7,592 Views)

 

 "is LabView 2008 with LabVIEW Microprocessor SDK." - I have installed LabView 2009 with module LabVIEW Microprocessor SDK.

 

 

 

 where are these palettes? program established for LPC2378 ideal for LPC2368?

 

 

 

Were you able to follow the steps mentioned in the "How to CreateHexFile?" discussion forum post?

 

нет, потому что пока не разобрался как связать LabView and Keil uVision3

 

 

 

 

 

 
Thank you for your answers!

 

Message Edited by Sergiv on 05-07-2010 01:13 AM
0 Kudos
Message 4 of 16
(7,580 Views)

Hi Sergiv,

 

The lpc2368 is really close to the lpc2378, in fact lpc2368 have lesser IO pins (70 instead of 104) and no external memory controller device. A program established for an lpc2378 can work with an lpc2368 if the lpc2378 program not use the 44 pins and the external memory controller device that are absent on the lpc2368.

 

Do you have LabVIEW for ARM?


Regards,

 

Message Edité par YannC le 05-07-2010 01:43 AM

Yann C.

France

0 Kudos
Message 5 of 16
(7,576 Views)

 

Sorry, but lpc2368 100 pins

 

 



Do you have LabVIEW for ARM?

 

Yes, but the trial version (30 days)

0 Kudos
Message 6 of 16
(7,569 Views)

Hi,

Yes, the lpc2368 have 100pins and the lpc2378 have 144pins.

The MCB2300 example should work, can you try this example:

C:\Program Files\National Instruments\LabVIEW 2009\examples\lvemb\ARM\MCB2300\DIO

 

Regards,

Yann C.

France

0 Kudos
Message 7 of 16
(7,566 Views)
and how to get the hex for programming microcontroller?
0 Kudos
Message 8 of 16
(7,563 Views)

Hi, 

 

Try this following step to get the HEX File:

 

1.Right click on the MCB2300 under LabVIEW» Show Keil µVison.

2.Under Keil µVision go to Project » Options for Target'XXXX'.

3.Go to Output Tab and check the Create HEX File box.

4.Click on the Select Folder Objects to know in which folder µVision will create the HEX File.

5.Rebuild your program under keil µVision, and you should be able to see the Hex File.

 

Regards,

Yann C.

France

0 Kudos
Message 9 of 16
(7,560 Views)
In Vision "Project» Options for Target'XXXX "inactive
Message Edited by Sergiv on 05-08-2010 05:32 PM
0 Kudos
Message 10 of 16
(7,526 Views)