Is there a way to disable the verify when you a programming a device?
Is there a way to disable the verify when you a programming a device?
Not that I'm aware of, why would you want to?
im getting an error when trying to emulate EEPROM. its expecting a value of FFs and receiving FC instead and its keeping me from building the project
i just wanted to run some tests
Not sure what you mean? The ICD2 has no EEPROM support (the PICkit 2 does) You can turn off internal EEPROM programming from the options.
no no. I mean I am trying to implement simulated EEPROM inside my pic24fj32. when i build my code it gives me an error:
ICD0161: Verify failed (MemType = Program, Address = 0x2C00, Expected Val = 0xFFFFFF, Val Read = 0xF30000)
ICD0275: Programming failed.
hence me trying to disable the verify
If the verify fail's surely its not being programmed correctly?