Andy you were right. The hex file (without the start codes) was the issue. I messed up the srec command initially. It should have been.....
srec_cat prototype.bin -binary -o prototype.hex -intel
I left out the "-binary" flag initally.
I can now program the LPC with flash Magic.
Thank you so much for your help!
srec_cat prototype.bin -binary -o prototype.hex -intel
I left out the "-binary" flag initally.
I can now program the LPC with flash Magic.
Thank you so much for your help!