05-19-2010 02:56 PM
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
05-20-2010 01:40 PM
Hi Jeff,
LabVIEW is not creating the files, but Keil/RealView is. You can still burn .axfs like .bins. If you show uVision:
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.