Hi,
The format produced by the CrossCore Embedded Studio Loader is Intel Hex 32. The specifics of the format are documented at "Help: Contents: CrossCore® Embedded Studio 1.0.2: Loader and Utilities Manual: A File Formats: Build Files: Bootable Loader Output Files".
I am not familiar with the FL7 flash loader tool - does it connect directly to the flash part? i.e. to program the flash part before mounting on the board?
There are many flash programming solution available, including our Command Line Device Programmer within CrossCore Embedded Studio, however that requires a flash- (and processor-) specific driver, as well as one of our JTAG emulators to connect to the target. We do not have a driver for the Fidelix part you are using, so you would need to write a driver, or convert one of our existing example drivers (available in Board Support Packages) to match the specification of your flash.
The CLDP is documented at "Help: Contents: CrossCore® Embedded Studio 1.0.2: Integrated Development Environment: Working with Bootable and Non-bootable Files: Device Programmer".
The Board Support Packages can be found here:
http://www.analog.com/swexamples
There are also third-party flash programming options such as the Peedi programmer from Ronetix, the DSPFlash from Danville Signals, as well as some options from JTAG.com.
Hope that helps.
Regards,
Craig.