Application Note Software Examples for MPC555

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Application Note Software Examples for MPC555

1,809 Views
troy_perales
Contributor I
I have been trying to run software examples provided on the Freescale website but have had much trouble importing the provided 'makefile' for each of these examples. I even tried creating a new EPPC Project and replacing the source files but I have gotten nowhere after 2 days. The examples I have tried include the AN2109 and AN2373 examples.

I am unfamiliar with the procedure I must follow to develop a project from these files.

I am using:
CodeWarrior Development Studio, MPC5xx, version 8.1, Build 40416
IDE Version: 5.5.1.1430

I have attached the example software files that I downloaded from the Freescale website.

Thank you
Labels (1)
0 Kudos
4 Replies

432 Views
CrasyCat
Specialist III
Hello
 
I would not recommend using make file importer wizard.
I would suggest you to proceed as follows:
  - Create a project for the board you are targeting using the project wizard.
     If you do not find it, just pick up the closest architecture.
  - Remove the file main.c from the newly created project and add your project source files to the project.
  - Check which were the options needed in the make file and add them to your project
  - eventually adjust the linker command file
 
This should be working.
 
CrasyCat
0 Kudos

432 Views
troy_perales
Contributor I
CrasyCat--
 
I did manage to run the sample code that comes with CW. I even flashed the board and was able to run the program with the Interrupt Handler.
 
Could you give me a step by step procedure for setting up the project according to the provided makefile. I have reseached this, but to no avail. I'm a bit unfamiliar with adjusting the linker command file as well.
 
Thank you once again.
0 Kudos

432 Views
CrasyCat
Specialist III
Hello
 
I am not sure This is in the scope of this forum.
I would suggest you to submit a service request through our Web Interface to get someone from our support team assist you with this.
 
CrasyCat
0 Kudos

432 Views
J2MEJediMaster
Specialist I
OK, I have to ask a basic question to verify that you're got Codewarrior installed correctly.

First, the CW installation should have provided some example code projects. Have you tried those and got them to work?

---Tom
0 Kudos