LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

generate .bin files

I'm using LVE for ARM 2009 with the EK-LM3s8962.  I would like to flash my compiled app as a .bin file.  If I run any of the Keil examples, then a .bin file is created, and gets flashed.  Is there a way to make LabVIEW create a similar .bin file?

 

Regards,

 

Jeff

0 Kudos
Message 1 of 2
(6,534 Views)

Hi Jeff,

 

LabVIEW is not creating the files, but Keil/RealView is. You can still burn .axfs like .bins. If you show uVision:

 

show_keil.jpg

 

and then modify the Options (Flash»Configure Flash Tools) and then click on the Output tab you can tell Keil to create a .hex too. Alternatively, if you modify the instructions found on this Keil page and insert the fromelf command into the "Run User Programs After Build/Rebuild" section of the User tab of the Target Options you can get the .bin file you are needing.

 

 

Joshua B.
National Instruments
0 Kudos
Message 2 of 2
(6,514 Views)