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

Discussion Groups

Discussion Groups | Freescale DSPs | 128k of external Data RAM

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

  

Post a new Thread

128k of external Data RAM - atid2 - Aug 10 7:58:00 2003



Hi all,

I would like to use 128k of external Data RAM with the DSP56F827.
I'm currently using 64K of XRAM.
What is the procedure I have to take in order to achive it?

Thank you in advance,
Ari.





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

Re: 128k of external Data RAM - hong_dspnews - Aug 11 15:07:00 2003

Hello Ari,
You can use 64K external data memory and 64k external program
memory, but no way to use 128k data memory in DSP56F827.

Regards
Hong

--- In , "atid2" <arit@j...> wrote:
> Hi all,
>
> I would like to use 128k of external Data RAM with the DSP56F827.
> I'm currently using 64K of XRAM.
> What is the procedure I have to take in order to achive it?
>
> Thank you in advance,
> Ari.





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

Re: 128k of external Data RAM - Jacob Christ - Aug 12 17:50:00 2003

There is always a way...

I imagine the best way to do this is to dedicate about 32K (or what
ever number) to stack and global data. Then the remaining 96K should
be divided into three banks that can be selected with port outputs.
Then just make a 32K array that points to the non-stack area. The
downside is prior to accessing this non-stack area you have to select
witch of the three banks you wish to access. The Archimedes linker I
used to us for the HC11 even had a feature built in where you could
specify your bank switching routine and then memory access was
transparent to the programmer (hint hint Metrowerks)

Jacob

--- In , "hong_dspnews"
<hong_dspnews@y...> wrote:
> Hello Ari,
> You can use 64K external data memory and 64k external program
> memory, but no way to use 128k data memory in DSP56F827.
>
> Regards
> Hong
>
> --- In , "atid2" <arit@j...> wrote:
> > Hi all,
> >
> > I would like to use 128k of external Data RAM with the DSP56F827.
> > I'm currently using 64K of XRAM.
> > What is the procedure I have to take in order to achive it?
> >
> > Thank you in advance,
> > Ari.





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

Re: Re: 128k of external Data RAM - Hong Ye - Aug 21 14:45:00 2003

It may possible to do what Jscob proposes. But the debugger will not be able to recognize the upper pages in memory (the 96K)

It would probably also take some tricks in the LCF to get it all to link properly.

You might ought to consider upgrading to a 56858, which supports large memory model already.

Regards

Hong



Jacob Christ <j...@pontech.com> wrote:
There is always a way... 

I imagine the best way to do this is to dedicate about 32K (or what
ever number) to stack and global data.  Then the remaining 96K should
be divided into three banks that can be selected with port outputs. 
Then just make a 32K array that points to the non-stack area.  The
downside is prior to accessing this non-stack area you have to select
witch of the three banks you wish to access.  The Archimedes linker I
used to us for the HC11 even had a feature built in where you could
specify your bank switching routine and then memory access was
transparent to the programmer (hint hint Metrowerks)

Jacob

--- In m...@yahoogroups.com, "hong_dspnews"
<hong_dspnews@y...> wrote:
> Hello Ari,
> You can use 64K external data memory and 64k external program
> memory, but no way to use 128k data memory in DSP56F827.
>
> Regards
> Hong

> --- In m...@yahoogroups.com, "atid2" <arit@j...> wrote:
> > Hi all,
> >
> > I would like to use 128k of external Data RAM with the DSP56F827.
> > I'm currently using 64K of XRAM.
> > What is the procedure I have to take in order to achive it?
> >
> > Thank you in advance,
> > Ari.



_____________________________________
/groups.php3


Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.





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