Page 1 of 1

Using HEX to program dev board using Spin IDE

Posted: Thu Apr 21, 2016 7:17 am
by Digital Larry
I know that the Spin IDE can generate HEX from a project, but I'm wondering if there is a way, using Spin IDE or some other tool maybe, to program the dev board using a HEX file?

I understand that I could use a PICKit 2 connected directly to the E-squared i2c lines, but I just want to use the dev board USB directly.

Thanks,

DL

Posted: Fri Apr 22, 2016 9:21 am
by frank
To the best of my knowledge, no there isn't. As far as I know, but I did not write the code so from what I was told, SpinAsm does not have a hex read routine only a write routine so is can't parse a hex file.

Posted: Fri Apr 22, 2016 3:10 pm
by Digital Larry
Thanks for the response Frank.

DL