Sign in

username:

password:



Not a member?

Search adsp



Search tips

Subscribe to adsp



adsp by Keywords

AD1819 | AD7332 | ADSP-2106 | ADSP-21060 | ADSP-21065L | ADSP-2116 | ADSP-21160M | ADSP-2181 | ADSP-218x | ADSP-219 | ADSP-2199 | ADSP219 | BF531 | BF532 | BF533 | BF535 | Blackfin | FFT | JTAG | LDF | SDRAM | SHARC | SPORT | UART | VDSP++ | VisualDSP


Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Technical discussions related to Analog Devices DSPs (including Blackfin, TigerSHARC, SHARC and ADSP-21xx DSPs).

  

Post a new Thread

Hello - RACHEL ADAMEC - Jun 10 19:19:00 1999

Just a quick "hi" to all....

I just joined this list and I know that there is very little traffic so far...
maybe we can get more going...

I am working on a proprietary dual-21065L system that we're using for those
systems at the entranceway of store that go "whoop-whoop" when someone steals
something.

I am currently getting the 24-bit codec system up an going... so far, short of
the little gotchas we've found along the way, we've been doing pretty well... I
am using VisualDSP for development and simulation as well as the White Mountain
SUMMIT-ICE for JTAG support.

In reply to some of the questions:

Michael: the linker is a pain, until you get the hang of it. The ldr files are a
trip but I've gotten it working... contact me at and we
can discuss what you're having problems with.

Hari: re: Coding Standards, check out the "C Compiler Guide" book of the
VisualDSP tools for info about mixed C/ASM code. I've found that, even when I
wasn't in C all the time, obeying the standard gave me a lot more flexibility
than setting up my own standards....

Hope to hear from others!

Rachel







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

ADSP21060 Hardware tools.. - Hari Krishna - Jun 15 4:45:00 1999


Can anyone tell me which are the Hardware tools available for ADSP21060
processor for testing with and without target hardware.

Regards
Hari



______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



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

Re: ADSP21060 Hardware tools.. - Michael Haertl - Jun 17 7:57:00 1999

Hello,

On Tue, 15 Jun 1999, Hari Krishna wrote:
>
> Can anyone tell me which are the Hardware tools available for ADSP21060
> processor for testing with and without target hardware.

Hardware tools for testing w/o hardware ?

well, there is the EZ-ICE, an JTAG interface (from ADI) to look at the
processor/download code/run code/look at the memory etc. there is another
company "White Mountain" which sells (sold?) a multiprocessor-capable
version of the EZ-ICE, they were bought by ADI some months ago.

the JTAG interface can be found on most development boards and also on
many target hardware platforms. to test w/o hardware i can only think of the simulator (also from ADI).
from third-parties i have only seen RT-OS's, libs etc., but no testing
tools.

Michael

--
Michael Haertl


______________________________
Start your Android Ice Cream Sandwich development on TI's AM35x Sitara ARM Cortex-A8 processor today.



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

Dual 65 boot architecture - Author Unknown - Jun 17 8:11:00 1999

<> wrote:
Original Article: http://www.egroups.com/group/adsp/?start=4
>
> I am working on a proprietary dual-21065L system that we're using for those
> systems at the entranceway of store that go "whoop-whoop" when someone steals
> something.

What kind of boot architecture have you decided to go with? My own is probably
going to use separate EPROMs for the two 65's. They'll share SDRAM and a serial
Flash for the bulk of the code.

Ken


______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



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

Re: Hello by Rachel Adamec - Michael Haertl - Jun 17 10:05:00 1999

On Thu, 10 Jun 1999, RACHEL ADAMEC wrote:
> Just a quick "hi" to all....

hi,

> [...]
> the little gotchas we've found along the way, we've been doing pretty well...
I
> am using VisualDSP for development and simulation as well as the White
Mountain
> SUMMIT-ICE for JTAG support.

I have some questions:

-Which debugger do you use with the summit-ice (the VisualDSP debugger or
the White Mountain Vista-ICE debugger) ?
-How long does a single step take (e.g. if you press F11 in VisualDSP) ?
-Can you set breakpoints in ext SDRAM (if you have code in ext SDRAM in
bank 0) ?

About the Summit-ICE: do you know if it is just a PCI-version of the
Mountain-ICE/ISA ? The WM website does not mention 21065L-support for the
Mountian-ICE (although i have used it with VisualDSP), but for the
Summit-ICE.

> In reply to some of the questions:
> Michael: the linker is a pain, until you get the hang of it. The ldr files are
a
> trip but I've gotten it working...

i guess you mean the LDF-files, yes i also think it could be managed a bit
easier. but i have definitly a difference if i am using the linker via the
GUI or on the command line in a DOS box. especially when it comes to large
segments of code/data in ext. memory. The "PACKING"-command seems to be
ignored by the GUI linker. Michael

--
Michael Haertl


______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



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