From: Adly A. <ad...@ge...> - 2010-12-09 15:46:28
|
This is an issue with PIC16F73 I'm not sure if the issue is simply with reading the memory or if it is with programming the PIC but whatever I program into the PIC gets an offset of 4 bytes when read back. For example, say I'm trying to program "8A 11 11 28 ..." it fails verification and when I try to read it back I get "FF 3F FF 3F 8A 11 11 28 ...". Actually, the entire left column is shifted by 4 bytes (which is why I suspect it may simply be a bug in reading the chip) as in it shifts everything at 0x000000 by 4 bytes and everything at 0x001800 by 4 bytes and everything at 0x003000 etc.. |