DSPRelated.com

HPPCI jtag emulator can not download code to sdram directly?

Started by chen_eiffel in Analog Devices DSPs19 years ago 1 reply

I have to modify the sdram controller manully every time before I download program to sdram using HPPCI JTAG emulator. ...

I have to modify the sdram controller manully every time before I download program to sdram using HPPCI JTAG emulator. How can I let the visualDSP do it automatically to me? thank you very much!


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

Started by windam_2000 in Analog Devices DSPs18 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...


SDRAM data transfer between Blackfin & Tiger Sharc

Started by mahendra varman in Analog Devices DSPs17 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


Blackfin BF537: SDRAM + MDMA problem

Started by jkh_cz in Analog Devices DSPs18 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...


Query Regarding TS201-SDRAM controlling process

Started by Santosh Kumar in Analog Devices DSPs17 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...


SDRAM in Our Custom board is unable to write...

Started by mall...@yahoo.co.in in Analog Devices DSPs15 years ago 6 replies

Hi! I have custom Bf532 board which is having SDRAM MT48LC16M8A2 According to the datasheet i have written SDRAM regisers.All the previous...

Hi! I have custom Bf532 board which is having SDRAM MT48LC16M8A2 According to the datasheet i have written SDRAM regisers.All the previous boards are working properly...But, we have newly soldered one board...in that if i want to write any data it is giving the following error and asking to disconnect.... "Data verification is failed at address :0x00000000 Expected 0x22 ,Found 0x33 Unable...


Problem with SDRAM initialisation on EPROM boot for EZ_KIT 21065L

Started by gsylvain2003 in Analog Devices DSPs21 years ago 2 replies

Good morning, I am developping on an EZ_KIT 21065L evaluation board and I have some trouble with SDRAM init. When I load the...

Good morning, I am developping on an EZ_KIT 21065L evaluation board and I have some trouble with SDRAM init. When I load the program with ICE Emulator or serial port, it works but few values in function table in SDRAM are wrong. When I load in flash EPROM, It doesn't wor


sdram

Started by lomaguindo in Analog Devices DSPs21 years ago 4 replies

hello, could anyone recommend a type of sdram that i could connect to a 21065L? the needed space is just small, about 1-2 Mbytes...

hello, could anyone recommend a type of sdram that i could connect to a 21065L? the needed space is just small, about 1-2 Mbytes only. thanks.. carlo.


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

Started by guessme_prs in Analog Devices DSPs16 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....


About Sdram Module

Started by JackieChen in Analog Devices DSPs24 years ago 1 reply

Hello all, Did anyone use the sdram module as external memory for 21065L ? I tried it but in vain ,and I would like to know...

Hello all, Did anyone use the sdram module as external memory for 21065L ? I tried it but in vain ,and I would like to know if some of you have the experience of using the module or some advise for me . Any comment will be welcome !! -----------------------


Blackfin SDRAM

Started by in Analog Devices DSPs17 years ago 1 reply

How can a make faster access to the blackfin SDRAM? I have a program that is written in C, that is having some timing problems because of the...

How can a make faster access to the blackfin SDRAM? I have a program that is written in C, that is having some timing problems because of the external memory accesses. How can I solve this ? --=20 Guilherme Loch G=F3es "Always do sober what you said you'd do drunk. That will teach you to keep your mouth shut." -Ernest Hemingway =20


Multiple 16bit SDRAM issue

Started by palani_andavan in Analog Devices DSPs14 years ago

I am working in custom designed BF561 board. I need a help in SDRAM control= ler(SDC). In my board, two 16bit SDRAM (MT48LC8M16A2 =96 2 Meg x...

I am working in custom designed BF561 board. I need a help in SDRAM control= ler(SDC). In my board, two 16bit SDRAM (MT48LC8M16A2 =96 2 Meg x 16 x 4 banks) are in= terfaced with bank0(SMS0) of SDC. SDQM0 and SDQM1 pins are connected to the DQML and DQMH pins of SDRAM1 resp= ectively. And the SDQM2 and SDQM3 pins are connected to the DQML and DQMH p= ins of SDRAM2 respectively. SMS0 pin is ...


SDRAM - file Initialization problem

Started by neha d in Analog Devices DSPs14 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...


How to design large SDRAM board with tigersharc?

Started by Liang Xingdong in Analog Devices DSPs20 years ago 1 reply

Dear members, My question is how to use large SDRAM, for example 1GB, in tigersharc based DSP board. It seems that Tigersharc only...

Dear members, My question is how to use large SDRAM, for example 1GB, in tigersharc based DSP board. It seems that Tigersharc only supports 64MB SDRAM at most.       Liang  


help me tigersharc sdram dma ee143

Started by zhang fan in Analog Devices DSPs20 years ago

hi,all i am using visualdsp 2.0 for tigersharc. when i try the provided code of ee143 (dma sdram in c code),i find out i...

hi,all i am using visualdsp 2.0 for tigersharc. when i try the provided code of ee143 (dma sdram in c code),i find out i can write to sdram,but can't get the word back. the word write to "sdram_data" is right. but the back data in "data


problems when loading SDRAM.

Started by tesi_retina in Analog Devices DSPs19 years ago 3 replies

hello, i am trying to load a matrix into the SDRAM of a Tiger Sharc TS101, using memory -> fill, but it loads completely wrong values, ...

hello, i am trying to load a matrix into the SDRAM of a Tiger Sharc TS101, using memory -> fill, but it loads completely wrong values, without any apparent sense. does anybody know if there is any option to set to get it right? besides, if i load the matrix when simulating, everything works fine... thanx everybody... daniele


using SDRAM Bf518

Started by chagai_e in Analog Devices DSPs14 years ago

Hi, I'm using the BF518 with ezkit eval board. Can any one tell me how to enable / use the external sdram. my application needs to store a...

Hi, I'm using the BF518 with ezkit eval board. Can any one tell me how to enable / use the external sdram. my application needs to store a 8Kbytes (or more), then I do some anlysis. I think till now I used only the internal memory and everything worked ok. when moving from 4 Kbytes to 8Kbytes my program failes. with the following announcement in the dissassembly window. ...


SDRAM DMA: Update

Started by andor_bariska in Analog Devices DSPs20 years ago

Well, finally got it working. I'd like to note two things: 1. I (erroneously) had the 65L silicione rev. 0.2 on my development ...

Well, finally got it working. I'd like to note two things: 1. I (erroneously) had the 65L silicione rev. 0.2 on my development board. From previous experience, I know that this causes problems (ie. unusable) in multiple DSP setups with shared SDRAM. 2. On a new developm


How to read from SDRAM faster??

Started by jeric_he in Analog Devices DSPs20 years ago

I'm trying to read data from SDRAM into an file, using fread(), but it's too slow to wait for the result I'm using ADSP BF533...

I'm trying to read data from SDRAM into an file, using fread(), but it's too slow to wait for the result I'm using ADSP BF533 EZ-KIT LITE How to make it faster?! Can anybody please help me. Thanks Jeric


Re: adsp digest

Started by Anonymous in Analog Devices DSPs24 years ago

I am developing a system that uses the SDRAM controler with a MICRON 2Meg x 32 SDRAM. I had thought there were issues until I...

I am developing a system that uses the SDRAM controler with a MICRON 2Meg x 32 SDRAM. I had thought there were issues until I found them elsewhere... Points to look out for include your settings of the WAIT register, the SDRDIV register and the IOCTL register.