New to PIC (1st project) so sorry if this is a stupid question and I'm overlooking the easy answer.
pic16f88
winpic800 v3.61
When I write (program all) a hex file which has a size of 2762 bytes to the PIC everything seems to work fine. No errors and the program runs correctly.
Then I (read all) and save the data as a hex file which has a size of 2851 bytes. Why the size difference? I don't see any errors during read or write. When comparing the file written and the file read it looks like only the last 4 lines are different but yet everything seems to work fine.
Bookmarks