This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C1290NCZAD: Intel Hex format

Part Number: TM4C1290NCZAD

Hi , I did get a new laptop. The old laptop was Linux , the new one is Windows.  My custom software read the Intel hex format file and boatload my device. In Linux it work 100%, but in Windows not at all. The hex file size differ as well. At the end my problem was not so big after all. But hours later, I see the Windows Intel hex format file has a "\r" char before the "\n" char in every line, Linux does not have the "\r" char. So after removing the all the "\r" chars in my read function of the Intel hex file, my custom software work again. If you do a compare the file's look the same, but it is not the same.
Maybe it helps some one else. Enjoy your codding.

  • Hi Maruis,

    Thanks for sharing this, having not used Linux myself I had no idea that was a thing either. I'm sure this will be helpful for someone in the community in the future and they will appreciate the info!

    Best Regards,

    Ralph Jacobi