Teensy Loader won't open 256k Hex File

embedded-creations

Well-known member
I'm trying to load a .hex file that completely fills the Teensy's flash, and Teensy Loader gives an error "ihex: parse error line 16388". If I delete one byte from the .hex it loads fine. I'm using Teensy Loader 1.23

I'm trying to put a CRC at the end of flash in case you're wondering why I need to fill the whole flash.

Here are two sample files - Blink Example padded with 0xff's up to the end of flash and minus one byte.
https://db.tt/jX8G9aqv
https://db.tt/uKFQr79Q
 
Back
Top