"Brad Jenkins" <[EMAIL PROTECTED]> wrote in message news:41030@palm-dev-forum...
>
> I am developing an app to use a palm to program flash and need to create a
> database from an intel hex file that the app can access. I have searched
> the archives but I am still unsure how to turn the hex file into a .pdb
> file. Also the hex file is around 300K. Can any one help?
The hex file is going to be larger than the resulting binary, but really
only about twice as large, so that means that the binary form is going to be
around 150K. I'm not totally familiar with Intel hex format (I was always
an S-record guy, but probably the best way to do this would be to produce
records with a header indicating the starting address and then the raw data.
This would allow chunking of the binary to get each record under the 64K
limit. You then could use some of the free code out on the net to build a
PDB file with these records for downloading to the Palm device.
--
Ben Combee
Veriprise Wireless <http://www.veriprise.com>
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/