Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

MPLAB ICD 2 verify code question

Status
Not open for further replies.
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
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top