Content originally posted in LPCWare by [email protected] on Sat Mar 07 16:22:24 MST 2015 The USB boot download on the LPC1345/6/7 looks great! What file format(s?) is/are required? Is this a good way to go for production programming of devices?
Content originally posted in LPCWare by [email protected] 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?
Content originally posted in LPCWare by R2D2 on Sat Mar 07 16:40:41 MST 2015 Quote: [email protected] The USB boot download on the LPC1345/6/7 looks great! What file format(s?) is/are required?
BIN :O
Quote: [email protected] Is this a good way to go for production programming of devices?