DSPRelated.com

Ts101 SDRAM

Started by oli_renard in Analog Devices DSPs18 years ago 1 reply

Hi, I try to work with sdram on a ADSP-TS101 EZ Kit.... I joined to my ldf file : sdram { INPUT_SECTIONS(...

Hi, I try to work with sdram on a ADSP-TS101 EZ Kit.... I joined to my ldf file : sdram { INPUT_SECTIONS( $OBJECTS(sdram) ) INPUT_SECTIONS( Maina.doj(sdram)) INPUT_SECTIONS( Inita.doj(sdram)) INPUT_SECTIONS( Audio.doj(sdram)) INPUT_SECTIONS( Variablesa.doj(sdram)) } > SDRAM To can use sdram and put data in


loading data into SDRAM

Started by s.mo...@gmail.com in Analog Devices DSPs16 years ago 4 replies

Hi, I am using ADSP21369 and I am able to write and read from SDRAM (MT48LC4M32B2 128MB). I have few questions and will be grateful if...

Hi, I am using ADSP21369 and I am able to write and read from SDRAM (MT48LC4M32B2 128MB). I have few questions and will be grateful if anyone could help 1) My SDRAM is connect to bank 0. At the moment I am giving the SDRAM start and SDRAM size as #define SDRAM_START 0x00200000// start address of SDRAM #define SDRAM_SIZE 0x00100000// size of SDRAM in 32-bit words.(i.e. 1M x 32) I...


Re: Executing code from external SDRAM

Started by tens...@yahoo.com in Analog Devices DSPs19 years ago

How did you interface the SDRAM to the ADSP 21065L? I can't find any SDRAM socket that is available in the market. thank you. > > > ...

How did you interface the SDRAM to the ADSP 21065L? I can't find any SDRAM socket that is available in the market. thank you. > > > > Hi all, > > I have problems with external code execution from SDRAM. I have two > ADSP21065L sharing SDRAM on BANK0. I use VDSP++3.0. I loaded the > SDRAM initialization code in both processors. > > The example given in application note


SDRAM Interface to ADSP 21065l

Started by vivek aggarwal in Analog Devices DSPs25 years ago 1 reply

Hi I am facing a problem when writing to the SDRAM thru the SHARC, The SDRAM is connected to the Bank 2(MS2) of the DSP,...

Hi I am facing a problem when writing to the SDRAM thru the SHARC, The SDRAM is connected to the Bank 2(MS2) of the DSP, Internally the SDRAM has 4 Banks, when ever i write to one memory bank of the SDRAM it writes to all the four banks, I have checked the BA0 and BA1 address l


SDRAM data transfer between Blackfin & Tiger Sharc

Started by mahendra varman in Analog Devices DSPs19 years ago 1 reply

Hi all In a single board, Blackfin BF533 processor is connected sdram 1. and in the same board Tiger sharc TS201 is connected to sdram...

Hi all In a single board, Blackfin BF533 processor is connected sdram 1. and in the same board Tiger sharc TS201 is connected to sdram 2. One fpga is connected in between blackfin and tigersharc Suggest the ways in which I can transfer data from sdram 1( connected to blackfin) to sdram 2 ( connected to tigersharc) and viceversa thru FPGA Thanks R.Mahendran


BF561-SDRAM Test in Assembly

Started by mahendra varman in Analog Devices DSPs17 years ago

Hi we have customized board with BF561 and sdram of 128MB I have Initialized the SDRAM? through the assembly code. Now, I need to test the...

Hi we have customized board with BF561 and sdram of 128MB I have Initialized the SDRAM? through the assembly code. Now, I need to test the sdram by writing pattern 5a5a5a5a and a5a5a5a5 in assembly. Please help me in assembly code to test the sdram connected to bf561. Thanks Explore and discover exciting holidays and getaways with Yahoo! India Travel http://in.travel.yahoo.co...


Re: SDRAM to the 21065L

Started by sink...@gmail.com in Analog Devices DSPs19 years ago

Please refer to the chapter-10 of ADSP-21065L User Manual. The minimum size supported for SDRAM is 16 MBytes. If you use any size less than 16...

Please refer to the chapter-10 of ADSP-21065L User Manual. The minimum size supported for SDRAM is 16 MBytes. If you use any size less than 16 MBytes (as you seem to be currently asking), you will not be able to use some of the address ranges of SDRAM - because these address ranges will be aliased to some other address ranges. For example with 8MByte SDRAM (as you are asking), (1) remaining ...


Bf518 Ez-ki EvalBoard Enabaling the SDRAM

Started by chagai_e in Analog Devices DSPs16 years ago

Hi, How can i know if my program is using the external memory (SDRAM)? How do I Enable it? I went to: project--> project options--> ...

Hi, How can i know if my program is using the external memory (SDRAM)? How do I Enable it? I went to: project--> project options--> Link--> Processor-> Memory Usage-> checked the: internal SRAM and External SDRAM. It didn't seem to work.. then I noticed i can modify this too --> project--> project options--> LDF Settings--> External Memory-> checked the: Use external memory (SDRAM


SDRAM

Started by karim zouaq in Analog Devices DSPs18 years ago

Hi all, I want to connect Flash memoy and SDRAM memory to ADSP BF537 via EBIU and i want know how i can chose the Adress Bus for connecting...

Hi all, I want to connect Flash memoy and SDRAM memory to ADSP BF537 via EBIU and i want know how i can chose the Adress Bus for connecting DSP in order to obtain 1 MB of SDRAM memory ! how i can adress SDRAM ? karim


SDRAM to ADSP-21065L

Started by "Allia Donna D. Go" in Analog Devices DSPs19 years ago 1 reply

hi! i am interfacing an SDRAM with ADSP-21065L EZ kit Lite board for memory expansion using EMAFE. the problem is, there are pins in...

hi! i am interfacing an SDRAM with ADSP-21065L EZ kit Lite board for memory expansion using EMAFE. the problem is, there are pins in SDRAM that are not specified in the dsp board. the following are the pins that i don't know where to connect :) : write enable chip select clock enable row address strobe column address strobe data input/output mask the SDRAM i'm using operates at 13...


need info

Started by mahendra varman in Analog Devices DSPs19 years ago

Hi all In a single board, Blackfin BF533 processor is connected sdram 1. and in the same board Tiger sharc TS201 is connected to sdram...

Hi all In a single board, Blackfin BF533 processor is connected sdram 1. and in the same board Tiger sharc TS201 is connected to sdram 2. One fpga is connected in between blackfin and tigersharc Suggest the ways in which I can transfer data from sdram 1( connected to blackfin) to sdram 2 ( connected to tigersharc) and viceversa thru FPGA Thanks R.Mahendran --------------------...


BF533: execute in flash, then copy from flash to SDRAM

Started by windam_2000 in Analog Devices DSPs20 years ago 2 replies

Hi All, This is a question for anyone with BF53x experience. I'm using a BF533 ez-kit to test my code. I'd like to make a binary file that...

Hi All, This is a question for anyone with BF53x experience. I'm using a BF533 ez-kit to test my code. I'd like to make a binary file that contains code that will execute in place in flash, copy code that will run in SDRAM and then jump to SDRAM and continue running code from SDRAM. The binary file will not use the on-chip boot loader. I'm having problems including the code which runs in...


variable initialization in SDRAM

Started by ps_zeung in Analog Devices DSPs22 years ago

Hi, I have a problem to initialize variables defined in SDRAM. The SDRAM could be accessed by verifying that the values in...

Hi, I have a problem to initialize variables defined in SDRAM. The SDRAM could be accessed by verifying that the values in SDRAM can be altered by typing any value on the memory window. However, it is not successful to initialize the data array via following descri


Executing code from external SDRAM

Started by matensil in Analog Devices DSPs23 years ago 5 replies

Hi all, I have problems with external code execution from SDRAM. I have two ADSP21065L sharing SDRAM on BANK0. I use VDSP++3.0....

Hi all, I have problems with external code execution from SDRAM. I have two ADSP21065L sharing SDRAM on BANK0. I use VDSP++3.0. I loaded the SDRAM initialization code in both processors. The example given in application note 58 doesn't compile with VDSP3.0 because


21065L and SDRAM

Started by Andor Bariska in Analog Devices DSPs26 years ago 1 reply

Hi group, does anybody have experience using a two processor cluster of 21065L Rev. 0.2 with shared SDRAM? I have a...

Hi group, does anybody have experience using a two processor cluster of 21065L Rev. 0.2 with shared SDRAM? I have a feeling that because of its host of SDRAM bugs in the Anomaly List, a shared SDRAM setup using Rev. 0.2 doesn't work. Can anybody confirm or


Blackfin BF537: SDRAM + MDMA problem

Started by jkh_cz in Analog Devices DSPs20 years ago

I've problem with SDRAM write in parallel with SDRAM MDMA transfer - MDMA transfer invokes DMA error. Is that an anomalie or is something wrong...

I've problem with SDRAM write in parallel with SDRAM MDMA transfer - MDMA transfer invokes DMA error. Is that an anomalie or is something wrong with me? I've tried many combinations of relating registers without succes. I need to start urgent MDMA transfer but I need to be able to continue in main program in parallel with MDMA transfer. Main program should write to SDRAM in that time. Can you...


sdram - write operation takes different cycles for execution for each emu-build

Started by guessme_prs in Analog Devices DSPs18 years ago

I have a small piece of code which writes data into sdram memory in a loop. I always reinitialize the CYCLES as zero before this operation and...

I have a small piece of code which writes data into sdram memory in a loop. I always reinitialize the CYCLES as zero before this operation and then right after the write loop, I store the CYCLES value into memory. If the data buffer which I am accessing is in L1 memory, it gives the same CYCLE value for every re-build and re-run, but its never consistent for SDRAM. Working on EZ-KIT....


SDRAM - file Initialization problem

Started by neha d in Analog Devices DSPs16 years ago

Hi, I am using SDRAM to store an array[320][240]. I am declaring array as: #pragma section("sdram0") unsigned int...

Hi, I am using SDRAM to store an array[320][240]. I am declaring array as: #pragma section("sdram0") unsigned int frame_buffer[2][320][24]; I have loaded the initialization file SDRAMInit.dxe. Problem is my application does not run after loading this initialization file. If I remove this initialization file I get Warning ld0151. (initialixation file warning) If I remove the sdram opt...


Query Regarding TS201-SDRAM controlling process

Started by Santosh Kumar in Analog Devices DSPs19 years ago

Hai all, I am santosh working on Tider sharc 201 processor. currently my work is testing of the board developed using TS201s and with...

Hai all, I am santosh working on Tider sharc 201 processor. currently my work is testing of the board developed using TS201s and with some components.In this we r testing the controlling of SDRAM(which is micron company's one)through tiger sharc processor. what we done is,we enable SYSCON and SDRCON registers for SDRAM enable then We r not getting how to test the data read w...


External memory interfacing with TS201

Started by prakash b in Analog Devices DSPs19 years ago

hi Iam trying to interface TS201 with 16 bit external memory peripheral. in TS201 Ezkit they explained for SDRAM and EPROM interfacing. ...

hi Iam trying to interface TS201 with 16 bit external memory peripheral. in TS201 Ezkit they explained for SDRAM and EPROM interfacing. for EPROM they connected from A0-A18 address lines and D0-D7 data bus directly. and for SDRAM they configured A1 through A31 of TS201 and D0-D31 and D32-D63 data bus connected to SDRAM. so for 16bit data bus(D0-D15) and 12bit address(A0-A11) c...