Problem with  MPC565MVR56...

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

Problem with  MPC565MVR56...

1,212 Views
hasankapuk_ran
Contributor II

Hi ,

I have a big problem.when i try to execute my project, i take some warnings. This warnings is available in below.What can i do this warnings.

 

Warning 1 : Overlap of ROM image adress of .sdata2 section with executable adress of .sdata2 section..

 

Warning2 :Specified length of memory directive ' ram ' was exceeded within section '.bss' specified 0x00080000 but length is now 0xaaA2128..

 

Thank you so much.

Labels (1)
0 Kudos
4 Replies

973 Views
hasankapuk_ran
Contributor II

Hi,

When I execute in debug mode, I take this warninig but in release mode is not.

In Debug mode  :

rom  org : 0x00000000

ram  org : 0x00000000

In Release mode :

rom  org : 0x00000000

ram  org : 0x10000000

Please someone can help me ? Thank you..

0 Kudos

973 Views
trytohelp
NXP Employee
NXP Employee

Hi Hasan,

Sorry for the delay.

I've re-installed the CW for MPC5xx V8.7 on my Win XP machine.

I've created an example for MPC565 with the wizard.

by default this example includes 2 targets: Debug version / Rom Version.

Unfortunately the Debug version doesn't include a lcf file.

The configuration is done under the EPPC Linker settings.

How the project has been created ?

Pascal

0 Kudos

973 Views
Paul_Kuhn
NXP Employee
NXP Employee

I would like to move this question to a location in the community where it will get more visibility by our technical members.  Can you please include in the description of your problem above what product and software you are using.  This information will help me move it to a location where it is most likely to get answered.

973 Views
hasankapuk_ran
Contributor II

Sorry. product is MPC565MVR56.Thank you for quick reply.