DSPRelated.com

Problem while realizing UART Communication Using SPORT with DMA MODE

Started by wyfchina2002 in Analog Devices DSPs19 years ago 1 reply

Hello, I need to complete UART Comm using SPORT by DMA mode.The DSP I use is SHARC 21062.when receiving data,I encounter...

Hello, I need to complete UART Comm using SPORT by DMA mode.The DSP I use is SHARC 21062.when receiving data,I encounter one problem which doesn't happen everytime .But sometimes the Cx register doesn't decounter anymore.So no interrupt generates and the program won'


Trek-ICE vs. Summit-ICE

Started by Waldron, Donald M in Analog Devices DSPs23 years ago

I'm being asked to use the Ethernet-based Trek-ICE in place of my current -based Summit-ICE. My target is the Quad-SHARC 14060...

I'm being asked to use the Ethernet-based Trek-ICE in place of my current -based Summit-ICE. My target is the Quad-SHARC 14060 (which has four ADSP-21060s). While I had some success with the Summit-ICE, the target did 'hang' occasionally indicating JTAG loss of sync, sometimes freezing the


PMCO problem

Started by Yipeng Tang in Analog Devices DSPs18 years ago 1 reply

Hi everybody, I am building the project with SHARC 21061 processor. I defined PMCO in the LDF file looks like this: ... ... ... seg_pmco...

Hi everybody, I am building the project with SHARC 21061 processor. I defined PMCO in the LDF file looks like this: ... ... ... seg_pmco { TYPE(PM RAM) START(0x00020098) END(0x00021fff) WIDTH(48) } ... ... ... The compiler/linker give me the error like " [Error li2007] Out of memory in memory segment "seg_pmco". While processing the input section "seg_pmco"


glueless RS232 interface to SPORT0 on 21065L

Started by robmcgurrin in Analog Devices DSPs18 years ago

Hi all, I'm trying to implement a glueless RS232 interface to SPORT0 on my=20 21065L. My code is based on the ee-191 engineer to...

Hi all, I'm trying to implement a glueless RS232 interface to SPORT0 on my=20 21065L. My code is based on the ee-191 engineer to engineer=20 note, "Implementing a Glueless UART Using The SHARC=AE DSP SPORTs ". = =20 I've tied the RFS0 and DR0A pins together. The problem is that the=20 SPORT will occasionally lock up while receiving data from a PC over=20 the RS232 interface. I have t...


regarding visual dsp++ 5.0

Started by mail...@gmail.com in Analog Devices DSPs10 years ago 2 replies

hi, I'm using visual dsp ++ 5.0 . i am working on sharc dsp (adsp 21062) platform. i use c language for source coding. i am making use of the...

hi, I'm using visual dsp ++ 5.0 . i am working on sharc dsp (adsp 21062) platform. i use c language for source coding. i am making use of the simulator inside the tool. (not making use of the jtag interfaces to emulate the design). can i access the ports of the dsp inside the source code. if i goto settings menu-> streams, there is an option to set the input data streams. currently i am making


App note: UART using SHARC SPORT

Started by Kenneth Porter in Analog Devices DSPs21 years ago

This seems to be a FAQ here and on comp.dsp. ADI has just posted a new Application Note on their website on how to do it: < ...

This seems to be a FAQ here and on comp.dsp. ADI has just posted a new Application Note on their website on how to do it: < http://www.analo g.com/UploadedFiles/Application_Notes/399447663EE191.pdf >


Problem of booting from EPROM

Started by Devi Prasad in Analog Devices DSPs24 years ago

Hi all,     I have  a project with ADSP-21060 ( SHARC) as the processor with   Mil-1553B interface. The project...

Hi all,     I have  a project with ADSP-21060 ( SHARC) as the processor with   Mil-1553B interface. The project involves EPROM booting through the external port( through a Flash memory or EPROM )   


Loading 48 bit instructions in the internal memory

Started by Kannan Subranian in Analog Devices DSPs22 years ago

I have a loader file xyz.ldr (ascii format ie. list of 48 bit instructions) file produced by the SHARC build process. I included...

I have a loader file xyz.ldr (ascii format ie. list of 48 bit instructions) file produced by the SHARC build process. I included it in an array as follows:- .segment/pm seg_prco; .var app_file[8191] = "xyz.ldr"; .endseg; I even declared the width o


Extended precison (40 bit) memory operations

Started by sant...@isac.gov.in in Analog Devices DSPs16 years ago 3 replies

Dear all, I am using a SHARC dsp (ADSP21020) with 1 MB X 40 bit external data memory. I would like to use the complete 40bit memory to store...

Dear all, I am using a SHARC dsp (ADSP21020) with 1 MB X 40 bit external data memory. I would like to use the complete 40bit memory to store and retrive the data. I had used assembly and C and set the MODE1 (bit 16) to configure the dsp for extended precision. However, it is using only upper 32 bits for any variables (int , long int, float, long double ). If i assign any register or va...


cont... malloc problem

Started by mweb...@acumalabs.com in Analog Devices DSPs19 years ago 1 reply

woops hit send by accident... damn hotkey. Anyway the LDF segements I have created externally are: seg_heaq { TYPE(DM RAM)...

woops hit send by accident... damn hotkey. Anyway the LDF segements I have created externally are: seg_heaq { TYPE(DM RAM) START(0x00210002) END(0x0FFFFFFF) WIDTH(32) }ext_dmda { TYPE(DM RAM) START(0x00200000) END(0x00207fff) WIDTH(32) } ext_pmco { TYPE(PM RAM) START(0x00204000) END(0x00208000) WIDTH(32) } This is for the 21161 SHARC. The heaq being the seconda


TigerSharc DSP

Started by Syed Moin in Analog Devices DSPs18 years ago 2 replies

Hi, We have used T2PC TigerSharc Quad Processor DSP Card from Bittware. The card operation is really bizare like for following...

Hi, We have used T2PC TigerSharc Quad Processor DSP Card from Bittware. The card operation is really bizare like for following reasons 1. Processor and memory interface halts 2. PCI bus mastering fails 3. Data transfer from PCI BUS to PC RAM is shamelessly slow 4. Inter processor communication through LinkPort hangs can anyone guide me of good DSP Card of Tiger Sharc TS201S proc...


Use Apex-ICE emulator for target on-board emulation

Started by Yipeng Tang in Analog Devices DSPs18 years ago 1 reply

Hi everyone, I am using Apex-ICE emulator for on board emulation. I am using Visual DSP ++ SHARC IDE. My program is supposed to...

Hi everyone, I am using Apex-ICE emulator for on board emulation. I am using Visual DSP ++ SHARC IDE. My program is supposed to response IRQ0, and do the interrupt service correspondingly. I am wondering how can I set the breakpoint for the IRQ0 during the emulation. I know how to set breakpoint for simulation, but emulation is based on the hardware inte


Including an .ldr file in a c file...

Started by Kannan Subranian in Analog Devices DSPs24 years ago 2 replies

Hello, I am working on Sharc Vdsp(4.1) toolset with the patches. I wish to include a .ldr file in a C file. I followed...

Hello, I am working on Sharc Vdsp(4.1) toolset with the patches. I wish to include a .ldr file in a C file. I followed the guide lines in theVDSP users guide and reference manual.(page A-9 of File formats) if i


AW: SHARC Circular Buffers in C, Software Interrupts

Started by Christoph Ripcke in Analog Devices DSPs22 years ago 4 replies

Hi Jaime, all you want to know is written in manuals but here's a short hint. circular buffers (buffer 7 example): { ...

Hi Jaime, all you want to know is written in manuals but here's a short hint. circular buffers (buffer 7 example): { register unsigned int *I7 asm ( "i7" ); // index register unsigned int *L7 asm ( "l7" ); // length of buffer regi


need info

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


Promo: Danville release new SHARC evaluation platform for $199

Started by Al Clark in Analog Devices DSPs19 years ago

Analog Devices, Altera and Danville Signal joined forces to create the ADDS-21261/Cyclone DSP & FPGA Evaluation Package featuring...

Analog Devices, Altera and Danville Signal joined forces to create the ADDS-21261/Cyclone DSP & FPGA Evaluation Package featuring Danville's new dspstak 21261zx DSP Engine and dspstak c96k46 I/O Module. The dspstak 21261zx combines the power of a


Problem in accessing PCI memory in SHARC 21160

Started by Bijesh K M in Analog Devices DSPs16 years ago 1 reply

I am facing problem in accessing the PCI memory location .The PLX 9656 registers are memory mapped into DSP memory location(starting...

I am facing problem in accessing the PCI memory location .The PLX 9656 registers are memory mapped into DSP memory location(starting from 0x02800000h) in which 0x02800000h indicates PCI DEVICE and VENDOR ID register(32 bit) which is read only. But when I am accessing that location I am getting some junk value . These are the things I did: I have done some DSP system configuration like ...


Talkthru and led lightind on SHARC ADSP-21364

Started by mskodacek in Analog Devices DSPs15 years ago

Hi Everybody, I have an ADSP-21364 EZKIT LITE, And I want to make an Amplitude (volume) meter application. So low volume signal no led...

Hi Everybody, I have an ADSP-21364 EZKIT LITE, And I want to make an Amplitude (volume) meter application. So low volume signal no led lightning, hiw volume signal all leds lightning. I want to build it on Talkthru Analog IN-OUT example. I start to modify SPORTisr.asm, but it doesn't work and I cant move on. Can someone help me please? Here is modified SPORTisr from Analog In-Out(as...


port description

Started by sant...@isac.gov.in in Analog Devices DSPs18 years ago

Hi, I bit confused with the /port directive in architectural file (*.ach) ADSP-21020/60 sharc processor. I am using the following lines ...

Hi, I bit confused with the /port directive in architectural file (*.ach) ADSP-21020/60 sharc processor. I am using the following lines in *.ach file .segment /port /begin=0x00208000 /end=0x00208000 /dm ADCPort /width 16; .segment /port /begin=0x00208600 /end=0x00208600 /dm ADCMuxPort /width 16; When i am simulating the code, i am geting the following error " Port does not ...


Asm_glob.h

Started by Federico Zandanel in Analog Devices DSPs22 years ago 2 replies

Dear group,                 I am trying to learn more about ADSP21065l and I started with "Sharc application H

Dear group,                 I am trying to learn more about ADSP21065l and I started with "Sharc application H