Bonjours nous devons programmer la carte de devellopement pic24fj256da210,
Nous voudrions afficher un message sur l'écran (Graphics Display Powertip 4.3" 480*272)
d'après la documentation de la carte il est plus facil d'utiliser un fichier deja exéstant pour faire son projet; nous avons donc télécharger le projet CE306, LCD with PMP , présent sur le site de microchip.
Dans le readme il est écrit que se projet a été fait à la base pour le PIC24FJ128GA010 mais qu'on peut facilement le reconfigurer pour un autre pic24F en faisant ceci:
4. Reconfiguring the project for a different PIC24F device:
-------------------------------------------------------------
The Project/Workspace can be easily reconfigured for any PIC24F device.
Please use the following general guidelines:
a. Change device selection within MPLAB?IDE to a PIC24F device of
your choice by using the following menu option:
MPLAB IDE>>Configure>>Select Device
b. Provide the correct device linker script and header file for your
device. Device linker scripts and header files are available in your
MPLAB?C30 installation folder under:
Device Linker Script-
YourDrive:>Program Files\Microchip\MPLAB C30\support\gld
Device C Header file-
YourDrive:>Program Files\Microchip\MPLAB C30\support\h
Device ASM Include file-
YourDrive:>Program Files\Microchip\MPLAB C30\support\inc
c. Provide the appropriate path to your MPLAB C30 support file locations
using the menu option:
MPLAB IDE>>Project>>Build Options>>Project
d. Chose the development board applicable to your device. Some options
are provided below:
e. Re-build the MPLAB?project using the menu option:
MPLAB IDE>>Project>>Build All
f. Download the hex file into the device and run.
Dans notre cas nous avons selectionner le bon pic et pensons avoir suivit correctement les actions a faire pour reconfigurer le projet mais le compilateur nous affiche beaucoup d'erreur.
En fichier join nous avons ajouté capture d'écran de notreprojet.
Savez vous pourquoi avons nous toute ces erreurs?Quelqu'un sait-il comment reconfigurer un projet?
Pièce jointe supprimée.
-----