Voici mon problème je ne parviens pas à programmer un PIC16LF1939 avec Flowcode 4, j'ai toujours un message d'erreur "Unreconised chip on command line:<PIC16LF1939>"
Comment je peux régler ce problème?
Bonjour Christian,
Le problème est avec la version de ppp qui est actuellement installée.
Essayez d'utiliser cette version: http://www.matrixmultimedia.com/mmforum ... hp?id=6728
Vous devez extraire tous les fichiers pour
votre \ Matrix Multimedia \ Flowcode V4 \ Tools \ PPP
annuaire.
Hello Christian,
The issue is with the version of ppp that is currently installed.
Try using this version: http://www.matrixmultimedia.com/mmforum ... hp?id=6728
You will need to extract all the files in to
your \Matrix Multimedia\Flowcode V4\Tools\PPP
directory.
J'ai installé la dernière version ppp et je n'ai plus de problème, le seul problème c’est que j'ai changé le PIC16F887A pour un PIC16LF1939 j’ai des erreur de compilation!?
Keypad v3.1.c(1088): Illegal redefinition of symbol: MX_EEADR
Keypad v3.1.c(1099): Illegal redefinition of symbol: MX_EEDATA
Salut Christian,
Vous avez posté FlowcodeV4.c
Mais l'erreur a trait à clavier v3.1.c
Pouvez-vous s'il vous plaît envoyer le fichier à la fois Organigramme et le fichier C correspondant
Et la liste des erreurs.
Par exemple
Keypad v3.1.c(1088): Illegal redefinition of symbol: MX_EEADR
Keypad v3.1.c(1099): Illegal redefinition of symbol: MX_EEDATA
S'ils ont des numéros différents entre parenthèses.
Hi Christian,
You have posted FlowcodeV4.c
however the error relates to Keypad v3.1.c
Can you please post both the Flowchart file and matching C file
& the list of errors.
E.g.
Keypad v3.1.c(1088): Illegal redefinition of symbol: MX_EEADR
Keypad v3.1.c(1099): Illegal redefinition of symbol: MX_EEDATA
If they have different numbers within brackets.
Valise v4.2.c(574): Illegal redefinition of symbol: MX_EEADR
Valise v4.2.c(585): Illegal redefinition of symbol: MX_EEDATA
Valise v4.2.c(9802): WARNING: This interrupt has previously been enabled, so the macro <TMR0_Interrup> may never get called.
Valise v4.2.c(9821): WARNING: This interrupt has previously been enabled, so the macro <TMR0_Interrup> may never get called.
Valise v4.2.c(9840): WARNING: This interrupt has previously been enabled, so the macro <TMR0_Interrup> may never get called.
Valise v4.2.c(9859): WARNING: This interrupt has previously been enabled, so the macro <TMR0_Interrup> may never get called.
Valise v4.2.c(9878): WARNING: This interrupt has previously been enabled, so the macro <TMR0_Interrup> may never get called.
Je me battrai sans votre organigramme.
Le fichier à envoyer se termine par. Fcf
Donc, le type de fichier est fcf
J'ai besoin de compiler moi-même et d'observer les erreurs éventuelles.
Désolé si vous ayez du mal à me comprendre.
J'utilise un traducteur.
I will struggle without your Flowchart.
The file to post ends with .fcf
So the type is fcf file
I need to compile it myself and observe any errors.
Sorry if your having difficulty in understanding me.
I'm using a translator.
Salut Christian,
Organigramme ci-joint doit compiler.
Utilisez ce schéma pour tous les projets qui utilisent 16LF1939 et EEPROM
Vous pouvez supprimer toutes les icônes et économisez organigramme comme un modèle vierge.
Hi Christian,
Attached flowchart should compile.
Use this flowchart for all projects that use 16LF1939 and EEPROM
You can delete all icons and save flowchart as a blank template.
J'ai un autre problème....je crois que c'est au niveau de la configuration de l'Oscillator, J'ai configurer le Clock speed a 20000000Hz et l'Oscillator en mode HS.
Tous et bien configurer au niveau des E-Block, Les LED's, le LCD fonction mais si je tente d'entrer un code...rien????
Sa fonction très bien avec un PIC16F887A mais pas avec le PIC16LF1939!?