Erreur 34 à la compilation sur Pic 16F877

Forum de support pour les locuteurs de la langue française qui souhaitent écrire dans leur langue maternelle.

Moderator: Benj

Post Reply
Philbert Pascal
Posts: 80
Joined: Fri Jul 20, 2012 8:55 am
Location: Chambly (France)
Been thanked: 4 times
Contact:

Erreur 34 à la compilation sur Pic 16F877

Post by Philbert Pascal »

Bonjour,

j'ai un problème à la compilation d'un pic 16F877:
voici ce que me dit le compilateur:
Je n'ai pas touché au réglages des options de compilation.

Building CASM file
Memory Usage Report
===================
RAM available:368 bytes, used:156 bytes (42.4%), free:212 bytes (57.6%),
Heap size:212 bytes, Heap max single alloc:95 bytes
ROM available:8192 words, used:6691 words (81.7%), free:1501 words (18.3%)



success
Code retour = 0
Lancement du programmateur...
C:\Program Files (x86)\Flowcode\V5\Tools\PICkit2\pk2cmd.exe -BC:\Program Files (x86)\Flowcode\V5\Tools\PICkit2\ -PPIC16F877 -FCode_Programme_Escalier_pousssoir_prog_PIC16F877_2.simple.XXMarches.hex -M -A5 -R
\
........

|
........

/
........

-
........

\
........

|
......

\/ \ PICkit 2 Program Report
11-Jan-2015, 11:36:10
Device Type: PIC16F877

Program Memory Errors

Address Good Bad
000001 00160A 000000

Code retour = 34
Flowcode a été incapable de transférer l'algorigramme dans le microcontrôleur. Vérifier les options du programmateur et la connexion physique.


TERMINÉ
Building CASM file
Memory Usage Report
===================
RAM available:368 bytes, used:156 bytes (42.4%), free:212 bytes (57.6%),
Heap size:212 bytes, Heap max single alloc:95 bytes
ROM available:8192 words, used:6691 words (81.7%), free:1501 words (18.3%)



success
Code retour = 0
Lancement du programmateur...
C:\Program Files (x86)\Flowcode\V5\Tools\PICkit2\pk2cmd.exe -BC:\Program Files (x86)\Flowcode\V5\Tools\PICkit2\ -PPIC16F877 -FCode_Programme_Escalier_pousssoir_prog_PIC16F877_2.simple.XXMarches.hex -M -A5 -R
\
........

|
........

/
........

-
........

\
........

|
......

\/ \ PICkit 2 Program Report
11-Jan-2015, 11:36:10
Device Type: PIC16F877

Program Memory Errors

Address Good Bad
000001 00160A 000000

Code retour = 34
Flowcode a été incapable de transférer l'algorigramme dans le microcontrôleur. Vérifier les options du programmateur et la connexion physique.


TERMINÉ

Merci de votre aide

Bon weekend et bonne année

Pascal
Attachments
Capture d’écran 2015-01-11 à 11.50.53.png
(51.32 KiB) Downloaded 2443 times
Capture d’écran 2015-01-11 à 11.47.47.png
(54.93 KiB) Downloaded 2443 times

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: Erreur 34 à la compilation sur Pic 16F877

Post by medelec35 »

Salut Philbert,
Vous pouvez essayer

Code: Select all

 "F% f.hex"
au lieu de

Code: Select all

F% f.hex
(sans guillemets)


Hi Philbert,
You could try

Code: Select all

"F%f.hex"
instead of

Code: Select all

 F%f.hex
(without speech marks)
Martin

Post Reply