DSPRelated.com
Forums

Another SDRAM problem

Started by greg pallone August 11, 2000
Hi everybody,
Thank you for answering my question with pmda, but I didn't find the
solution,
so I have worked directly on a "self-made" board with 2 DSP 21065L.
The problem was solved, but now, another appeared:

With a simple program, the PROM is OK,
but as soon as I add the following lines (accordingly to the .ldf file,
which is the same):
.segment/dm seg_bnk3;
.var _samples[100000];
.endseg;
my program doesn't work(.hex)! (although the .dxe works with the JTAG
Emulator: so it comes from the loader?)

Anybody an idea???



On Fri, 11 Aug 2000 20:36:21 +0200, greg pallone wrote:

> With a simple program, the PROM is OK,
> but as soon as I add the following lines (accordingly to the .ldf file,
> which is the same):
> .segment/dm seg_bnk3;
> .var _samples[100000];
> .endseg;
> my program doesn't work(.hex)! (although the .dxe works with the JTAG
> Emulator: so it comes from the loader?)

I believe the count fields in the PROM format are limited to 16 bits.
Elfloader.exe may be too dumb to split your array into two records. Try
declaring it as two arrays.

Kenneth Porter
Kensington Laboratories, Inc.
mailto:
http://www.kensingtonlabs.com