Forums Search for: Linker
Linker Error When running program on FLASH
inhi, I have developed a program for my DSP56f807evm board. when i run that program on external RAM it runs fine, but when i try ...
hi, I have developed a program for my DSP56f807evm board. when i run that program on external RAM it runs fine, but when i try to run it on Flash it gives linker error as Link Error .xIntRAM Reserved size is 0x00000e60 -- overflow 0x00000347 My linker
Linker.cmd
I am programming to the DSP56801 and have run out of resources. I get a segment overload error from the linker (.xIntRam). What I ...
I am programming to the DSP56801 and have run out of resources. I get a segment overload error from the linker (.xIntRam). What I would like to do is locate some of the data in the program ram area. Well okay I am really new to this embedded system progrwamming so I need serious help
source code for assembler linker
HEllo all, I try to get a gcc assembler / linker for the DSP 563xx family. Do someone know one?? with regards tom ...
HEllo all, I try to get a gcc assembler / linker for the DSP 563xx family. Do someone know one?? with regards tom
Linker and S-Records: is this a bug?
I've been having a strange problem with the linker. I don't know if its a bug or it's just me. I been checking this for days and...
I've been having a strange problem with the linker. I don't know if its a bug or it's just me. I been checking this for days and couldn't find the problem. I've created a empty project, with enough code to initialize the dsp. I get the following problem: a) when I have
.cmd file lock
inhallo to all, does anyone know how to lock the linker file .cmd? I'm using cw 6.0 and PE, every time I try to build the...
hallo to all, does anyone know how to lock the linker file .cmd? I'm using cw 6.0 and PE, every time I try to build the project the PE overwrite my linker file thank you Alberto
CodeWarrior linker does not check memory limits
inHi All, I thought I would post this so others might avoid the problems I was having. CodeWarrior linker does not do any...
Hi All, I thought I would post this so others might avoid the problems I was having. CodeWarrior linker does not do any checking to see if your code is over-running the available pFlash space. I was having a lot of problems when my code got to a certain siz
AW: Re: DSP56F827: Flash to RAM copy - Compiler Overflow w/o Error?
inI think rather this is a problem in the linker.cmd file you have. For me it indicates the memory overrun, but I have defined an own...
I think rather this is a problem in the linker.cmd file you have. For me it indicates the memory overrun, but I have defined an own region in the linker command file and it works this way. (But with dynamic assignment this feautre doesn't work.) Georg Bende Softwareentwi
Linker Error without SDK
Hello, I'm in the process of re-writing my application without the SDK, and am getting a linker error: Link Error :...
Hello, I'm in the process of re-writing my application without the SDK, and am getting a linker error: Link Error : Undefined : "ARTDIVS32UZ" Referenced from "FInterp" in main.c Here's the offending code: ushort Interp(int X
Linker.cmd values in C program
inHi All, Is there a way to use values from the linker.cmd file in a C program? Such as the .xStack ORIGIN and LENGTH values. ...
Hi All, Is there a way to use values from the linker.cmd file in a C program? Such as the .xStack ORIGIN and LENGTH values. Thanks, Pete
codec example in Embedded SDK for DSP56800E
hi I have installed the embedded sdk along with dSP56858EVM. I opened the codec.mcp project. I was able to build the project...
hi I have installed the embedded sdk along with dSP56858EVM. I opened the codec.mcp project. I was able to build the project sucessfully but didn't find the debug and run menu items highlighted. I fould the linker was chosen as none. I changed the linker in target
RE: How do I allocate EX memmory in the flash targe t model.
Hi, Please find attached a linker.cmd file that allows you to run an application from flash and access data from both internal...
Hi, Please find attached a linker.cmd file that allows you to run an application from flash and access data from both internal (x:0x40 - 0x660) and external memory (x:0x2000 - 0xDF80) in the 805. The difference between this file and the original linker.cmd for the 805 F
Re: DSP56807: Linker Cmd File main()- function always at the same address
inHi, To place the main() routine always to the same P-Flash Address change the following in your linker.cmd file: ...
Hi, To place the main() routine always to the same P-Flash Address change the following in your linker.cmd file: #*************************************************************************** **** .ApplicationCode : { # Place all code into Program Flash
Linker errors with G726 codec library
Hello All, I'm working on DSP56F807 EVM.While trying to link my application with codec G726 library i'm getting following linker ...
Hello All, I'm working on DSP56F807 EVM.While trying to link my application with codec G726 library i'm getting following linker errors.Could ano one help me in resolving this issue. Thanks in advance and Regards, Suresh. Link Error : ADPCME.text(ADPCME.text
RE: Writing data directly into Program memory through linker.cmd file.
Hi Nitin, Attached is your "linker.cmd" file, modified to put the strings into P memory. The changes are shown below. In...
Hi Nitin, Attached is your "linker.cmd" file, modified to put the strings into P memory. The changes are shown below. In the MEMORY section: .pFlash2 (RX) : ORIGIN = 0x8000, LENGTH = 0x4000 .pConstFlash (RX) : ORIGIN = 0xC000, LENGTH = 0x4000
Constant Data
inHi, The only thing you have to do is to modify your linker command file. In your linker file add those two lines *...
Hi, The only thing you have to do is to modify your linker command file. In your linker file add those two lines * (.const.data.char) * (.const.data) to section that is mapped to xFlash (Data Flash) so every constant declaration (int, long, or char, etc.) will be put in Data Flash, dont need to put all constant in one file. Put
RE: Re: DSP56F827: Flash to RAM copy - Compiler O verflow w/o Error?
RE: [motoroladsp] Re: DSP56F827: Flash to RAM copy - Compiler Overflow w/o Error? As a point of reference, is this a...
RE: [motoroladsp] Re: DSP56F827: Flash to RAM copy - Compiler Overflow w/o Error? As a point of reference, is this a "compiler error" or a linker error? I would hope this is a linker error, in that the linke
GCC for dsp56300
inI've got a copy of the old G563c version 1.29 dated 09-02-97. Was this the last release ? Metroworks DSP56300_Tools.exe only...
I've got a copy of the old G563c version 1.29 dated 09-02-97. Was this the last release ? Metroworks DSP56300_Tools.exe only contains Assembler, Linker and simulator - not the compiler.
Increasing Boot Code
I read somewhere that it was possible to increase the boot ROM from 2k to 4k in the linker.cmd file but I have since misplaced...
I read somewhere that it was possible to increase the boot ROM from 2k to 4k in the linker.cmd file but I have since misplaced that info. Any ideas?
External data and program memory extension, DSP56F803
inHello! How do I switch to Mode 0B and EX = 0 mode? Is it done in the linker command file? Thanks in advance. ...
Hello! How do I switch to Mode 0B and EX = 0 mode? Is it done in the linker command file? Thanks in advance. Roger
RTOS_DSP56000
inHello all, Yesterday I decide to implement a RTOS for my 56002EVM instead of 568323EVM that was because I can't find...
Hello all, Yesterday I decide to implement a RTOS for my 56002EVM instead of 568323EVM that was because I can't find assembler/compiler/linker free. But anyway................. My question is: If somebody knows if exist some free RTOS f