Content originally posted in LPCWare by ray@photosonix.com on Sun Mar 08 10:13:19 MST 2015
Thanks R2D2,
I hadn't found that Ap note. This is probably stupid, but if "bin" is a well defined file format, I haven't found it. From the writeup, it has a boot block, root directory and file allocation table described as 4 extra blocks, but with the actual program beginning in block 4(?).
If I create a binary image of the program in PC memory, then create a file and call WriteFile with the appropriate start location and number of bytes, is the correct file produced?
Thanks,
Ray