Sign in

username:

password:



Not a member?

Search motoroladsp



Search tips

Subscribe to motoroladsp



motoroladsp by Keywords

56303 | 563xx | 5680 | 56805 | 5680x | 56F80 | 56F800DEMO | 56F805 | 56f807 | 56F830 | ADC | Bootloader | Codec | CodeWarrior | CW5 | CW6 | Debugger | DSP56303 | DSP56303EVM | DSP563xx | DSP5680 | DSP56800 | DSP56807 | DSP56858 | DSP56858EVM | DSP56F803 | DSP56F805 | DSP56F807 | DSP56F80x | DSP56F826 | DSP56F827 | DSP56F8xx | EVM | FFT | Flash_over_jtag | GPIO | Interrupt | Interrupts | JTAG | LCD | Linker | MCF5307 | Metrowerks | Modulus | MSCAN | PCMaster | PWM | Quad | Rif | RTOS | SDK | SPI

Ads

Discussion Groups

Discussion Groups | Freescale DSPs | RE: Help on link error CW7.0 PE and 56F800DEMO boar d

Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).

  

Post a new Thread

RE: Help on link error CW7.0 PE and 56F800DEMO boar d - Ruhge Jeff-r54342 - Apr 1 13:08:00 2005



Message
I just recreated what you are seeing.  The problem is too much memory is being reserved for the stack (0x200) and the heap (0x100).   This accounts for 3/4ths of the data memory.  To change this, double click the CPU bean (located under the Processor Expert tab in the .mcp project) and under the "Build options" tab, change the size of these values.  I recommend changing the heap to 0x20.  You will probably want to reduce the stack as well, but that will depend on your application.
 
Jeff


-----Original Message-----
From: Bruno Tremblay [mailto:b...@gentec.ca]
Sent: Friday, April 01, 2005 8:17 AM
To: m...@yahoogroups.com
Subject: [motoroladsp] Help on link error CW7.0 PE and 56F800DEMO board

Hi,

 

            I'm trying to get a quick PWM generator with the 56F800DEMO board. I've done some dev on this board with CW 4.1 but it's the first time I use it with CW7.0 and Processor Expert.

 

For this quick project I selected : Processor Expert Stationary > DSP56F801_60MHz. Then I added only PWMMC and PC_MASTER beans and selected internal pROM-xRAM for target.

 

When I execute the make command, I get a link error.

 

            Link Error : Segment overflow: .x_data

            Reserved size is 0x000003c0 - Overflow 0x00000014

 

 

 Since it's my first link error, I don't know where to look to solve this. Can some one give me a hint on this?

 

Regards

 

Bruno



NEW!  You can now post a message or access and search the archives of this group on DSPRelated.com:
http://www.dsprelated.com/groups/motoroladsp/1.php

_____________________________________
/groups/motoroladsp/1.php

To Post:  Send an email to m...@yahoogroups.com

Other DSP Related Groups: http://www.dsprelated.com/groups.php



(You need to be a member of motoroladsp -- send a blank email to motoroladsp-subscribe@yahoogroups.com )

RE : Help on link error CW7.0 PE and 56F800DEMO board - Bruno Tremblay - Apr 1 14:36:00 2005


Thanks to Hardeep and Jeff,

It's so simple when you know where to look. Now it work fine.

Thanks again.

Bruno




(You need to be a member of motoroladsp -- send a blank email to motoroladsp-subscribe@yahoogroups.com )