Information on how to create the final Hex (Kernel + Sequencer) files for
use by the Host C code & PE test flow.

Note: SFPE_B.*	are related to the version given to PE for inclusion into
		the Flash test flow for TMS silicon

      SFUSR_B.* are related to the version shipped out to the customer together
		with the Host resident s/w which communicates with the F240
		resident Kernel + Sequencer.

Once SFPE_B.HEX & SFUSR_B.HEX are generated they need to be hand edited to
correct the destination address for the second section i.e. .kernel
Use the .map files to see the correct load address and change appropriately

e.g. For SFPE_B.HEX the load address should be 009ah & run address = FE00h
     hence need to change FE00 in SFPE_B.HEX to 009a, this can be found
     160 lines from top after word 0067.

     For SFUSR_B change FE00 to 3E9C  this is at 162 lines from top after
     word 0067.

For some reason the F240_HEX.EXE program gets confused between the Load address
and Run address.



