Forums Search for: SHARC
interrupt, interrupts, interruptf
inHi, Would someone explain the differences between them? (VisualDSP++ 1.0 SP1 for SHARC) ...
Hi, Would someone explain the differences between them? (VisualDSP++ 1.0 SP1 for SHARC)
Allocating memory from the stack
inHi, Is there a way to easily allocate memory from the stack ? I am trying to do so with SHARC 21369, but there is no alloca() function. Maybe...
Hi, Is there a way to easily allocate memory from the stack ? I am trying to do so with SHARC 21369, but there is no alloca() function. Maybe there is an alternative ? Thanks, Laurent
MFLOP calculation
inHi, The Visual DSP++ for Tiger Sharc Gives me cycle count . How do i calculate MFLOPS from it. Regards Maria Mountford ...
Hi, The Visual DSP++ for Tiger Sharc Gives me cycle count . How do i calculate MFLOPS from it. Regards Maria Mountford Seattle US
AW: Compiler error (Sharc 21161) ?! - FYI: ADI response
inJust for those who followed the discussion and are interested in the topic: > > I had been sure that I did enable the warning...
Just for those who followed the discussion and are interested in the topic: > > I had been sure that I did enable the warning about > > missing prototypes, since I > > always work with most warnings enabled. > > Usually that's the better way for
Ethernet Connection
Hi, This may seem like an unusual question... Does anyone know how to transmit data from the SHARC 21060 via an ethernet...
Hi, This may seem like an unusual question... Does anyone know how to transmit data from the SHARC 21060 via an ethernet card? Any ideas would be greatly appreciated. Homam Dabis
Reg .VDSP
inHai all, I'm using VDSP-4.0 for SHARC 21065 processor. In assembly i'm able to initialize a data to an array through the...
Hai all, I'm using VDSP-4.0 for SHARC 21065 processor. In assembly i'm able to initialize a data to an array through the following code .segment/dm seg_dmda; .var array1[5]="1.dat"; .endseg; But the same to be done in C coding. Kindly give me the solution for the same. regards, sendhil
Undocumented EMUCLK Register
inHello Group, does anybody know how to soft reset the EMUCLK and EMUCLK2 registers in the SHARC? Regards, Andor ...
Hello Group, does anybody know how to soft reset the EMUCLK and EMUCLK2 registers in the SHARC? Regards, Andor
AD73322L to ADSP21065L
inDoes anyone have a set of initialization and rx/tx drivers they would care to share for interfacing the SHARC family to the...
Does anyone have a set of initialization and rx/tx drivers they would care to share for interfacing the SHARC family to the AD73322L? Thanks for your help.
RS232
inHello! I would like to write my own programs that would communicate with the SHARC EZ-KIT LITE's monitor program via the RS232....
Hello! I would like to write my own programs that would communicate with the SHARC EZ-KIT LITE's monitor program via the RS232. Much like what the Visual DSP++ Debugger does; except that I don't want to use it. Some applications I am thinking of if I can do the above:
How much overclocking ?
inHi, I know it is not a good thing to do overclocking, but i am wondering how bad it is to go around 2% above the recommended max frequency...
Hi, I know it is not a good thing to do overclocking, but i am wondering how bad it is to go around 2% above the recommended max frequency ( 266 to 271 MHz in my case ), this is for a SHARC 21375. I am sure it is not a good practice, but i expect the safety margin to be more than +2% ? What do you think ? Laurent
ADC and/or SHARC-DSP spurious effect
inHi all, for too long already, I'm fighting against a spurious peak on a signal which comes from an AD1836...
Hi all, for too long already, I'm fighting against a spurious peak on a signal which comes from an AD1836 SigmaDeltaConverter. I hope that somebody can help me to trace this down or at least find out where I'd look for the origin. Basically I have a
Re: SHARC: Linker, libraries, etc. Advise needed
If you do enable elimination in the ldf, be sure you have the following KEEP command in our processor section : PROCESSOR P0 { ...
If you do enable elimination in the ldf, be sure you have the following KEEP command in our processor section : PROCESSOR P0 { KEEP( _main,___ctor_NULL_marker,___lib_end_of_heap_descriptions ) OUTPUT( $COMMAND_LINE_OUTPUT_FILE ) SECTIONS { Other
hi
inHi I am looking for the possibility of using Sharc 21161 to sample a 4bit adc at 9.8MHZ Please tell me if it is possible through...
Hi I am looking for the possibility of using Sharc 21161 to sample a 4bit adc at 9.8MHZ Please tell me if it is possible through link ports or SPORT?? Awiting your response thanks archana
AW: "optimization-cycle count"
Hi, like I wrote some weeks ago, the SHARC's have two registers, which are counting the cycles. These are the ones which are...
Hi, like I wrote some weeks ago, the SHARC's have two registers, which are counting the cycles. These are the ones which are used by the debugger. They don't have syntaxhiglighting, but they are accessible by the assembler. So you can reference them via asm (). They are called
Re: ADSP 14060 -- Multiprocessing using C
inDon't know anything about LINK_AGAINST. But the manual says for example the SHARC has internal memory somewhere $0008000-$000DFFF...
Don't know anything about LINK_AGAINST. But the manual says for example the SHARC has internal memory somewhere $0008000-$000DFFF or so**. If you attach external memory to your system for example to MS1 it can be seen at $01000000... or so**. ** The real address depends on the
Qs on Viterbi/Turbo Decoding on Tiger Sharc : Correction
Please note I meant state metrics and not states in my earlier email --- Hi ! I also posted this Question on the DSP...
Please note I meant state metrics and not states in my earlier email --- Hi ! I also posted this Question on the DSP Engineering group, but it seems more appropriate here.. I am Newbie on TigerSharc Programming, and I am trying to estimate
Memory Configuration
inHi, I am using a ADSP 21020 based board in EZLAB environment. The board has 48 bit PM and 16 bit DM. I would like to know how to specify...
Hi, I am using a ADSP 21020 based board in EZLAB environment. The board has 48 bit PM and 16 bit DM. I would like to know how to specify that ( probably in the architectural file) so that the SHARC 21020 simulator show the proper no of bits when loaded with the program. regards, SS
Coding Standards
Hi Can anyone suggest me the coding standards to be applied to SHARC processor programming. Mainly the Epilogue and prologue...
Hi Can anyone suggest me the coding standards to be applied to SHARC processor programming. Mainly the Epilogue and prologue of functions. Regards Hari
Eprom boot
hi all I am using SHARC 21061 ezkit lite kit. I am trying to interface DSP with PC on serial prot I had more or less...
hi all I am using SHARC 21061 ezkit lite kit. I am trying to interface DSP with PC on serial prot I had more or less achived the task AS i start i capture the UART and Reintialise UART and I use my protocols for communication. The whole thing
Debugging 2181 EzKit Code on VDSP++2.00 SP1 (2nd part)
Hi, Remember: using VisualDSP++ 2.00 for 21xx Service Pack 1; also running SHARC tools on the same installation. Both seem to...
Hi, Remember: using VisualDSP++ 2.00 for 21xx Service Pack 1; also running SHARC tools on the same installation. Both seem to work fine. Regards, JaaC.