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

Discussion Groups | Analog Devices DSPs | ADSP-2181 programming

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

  

Post a new Thread

ADSP-2181 programming - V.Harikrishna - Sep 21 4:52:00 1999



Hi,
 
 I need information about s/w simulator. I want to fill an array of fixed locations from a file at every breakpoint while the program is running. Can I write some scripts and read and write memory locations, and dump them in a file?
 
- Hari
 





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

Re: ADSP-2181 programming - Michael Haertl - Sep 21 17:21:00 1999

hello,

On Tue, 21 Sep 1999, V.Harikrishna wrote:
> Hi,
> I need information about s/w simulator. I want to fill an array of
> fixed locations from a file at every breakpoint while the program is
> running. Can I write some scripts and read and write memory locations,
> and dump them in a file?
>
> - Hari

i can only talk about the VisualDSP tools for the 21xxx series: you can
dump from/to file, but i haven't seen a way to do scripting yet. you have
to do it manually or you can use the stdio. yes you can use "printf",
"fwrite", "fread" etc. in your code and the simulator/emulator redirects
it to the PC's harddisk. haven't used it too much though.

Michael

--
Michael Haertl





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

Re: ADSP-2181 programming - Author Unknown - Oct 20 10:26:00 1999

Hi,
You can dump into file by using Dump facility in VDSP debugger.
For fixed point you need to VDSP 6.x version.
For floating point you need to use VDSP 4.x version.

Both of these can co exist.
michael haertl <> wrote:
original article:http://www.egroups.com/group/adsp/?start=29
> hello,
>
> On Tue, 21 Sep 1999, V.Harikrishna wrote:
> > Hi,
> > I need information about s/w simulator. I want to fill an array of
> > fixed locations from a file at every breakpoint while the program is
> > running. Can I write some scripts and read and write memory
locations,
> > and dump them in a file?
> >
> > - Hari
>
> i can only talk about the VisualDSP tools for the 21xxx series: you
can
> dump from/to file, but i haven't seen a way to do scripting yet. you
have
> to do it manually or you can use the stdio. yes you can use "printf",
> "fwrite", "fread" etc. in your code and the simulator/emulator
redirects
> it to the PC's harddisk. haven't used it too much though.
>
> Michael
>
> --
> Michael Haertl




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