Bonjour à tous,
je travail sur un projet de programmation de PIC.
je suis sous windows VISTA
j'utilise MPLAB v8.30
j'utilise le débugger officiel MPLAB ICD2
et mon pic est un pic24fj64ga004. J'utilise un starter kit de chez microchip. http://hk.farnell.com/productimages/...4655407-40.jpg
La liaison MPLAB ICD2 -> PC se fait avec un câble USB
La liaison MPLAB ICD2 -> PIC sa fait avec un câble RS232
j'ai récupéré un programme tout fait pour mon pic, mais je n'arrive pas à l'envoyer sur mon pic.
Je compile normalement mon programme.
dans programmer -> select programmer -> MPLAB ICD2
il trouve l'ICD2:
Connecting to MPLAB ICD 2
...Connected
Setting Vdd source to target
ICDWarn0020: Invalid target device id (expected=0x44F, read=0x0)
...Reading ICD Product ID
Running ICD Self Test
...Passed
MPLAB ICD 2 ready for next operation
Ensuite je fait Programmer -> program
et là les ennui commencent:
Programming Target...
ICDWarn0052: MPLAB ICD 2 cannot validate a target device. Please make sure that the target device is connected and properly powered. Select "OK" to continue, or "CANCEL" to abort the operation
...Validating configuration fields
...Erasing Part
...Programming Program Memory (0x0 - 0x37F)
Verifying...
ICDWarn0052: MPLAB ICD 2 cannot validate a target device. Please make sure that the target device is connected and properly powered. Select "OK" to continue, or "CANCEL" to abort the operation
...Program Memory
ICD0161: Verify failed (MemType = Program, Address = 0x0, Expected Val = 0x402F2, Val Read = 0x0)
ICD0275: Programming failed.
MPLAB ICD 2 ready for next operation
d'où peuvent venir ces erreurs? Est-ce que j'ai mal configurer MPLAB?
Merci pour vos futures réponses
gl89
-----