Technical discussions related to Analog Devices DSPs (including Blackfin, TigerSHARC, SHARC and ADSP-21xx DSPs).
|
Hello, I am experiencing porblems with the command "dspgetmemblock", with ADI's TCL scritping utility, like this: set dm [lindex [lindex [dspgetmeminfo] 1] 0] set mainVolAddress [dsplookupsymbol -memory $dm mainVol] set mainVol [dspgetmemblock $dm $mainVolAddress 2 -format float] puts $mainVol I get this message: unknown failure 0x80047290 while executing "dspgetmemblock $dm $mainVolAddress 2 -format float" invoked from within "set mainVol [dspgetmemblock $dm $mainVolAddress 2 -format float]" (file "C:\Jaime\SharcDSPs\Ez_21160 \Projects\EqualDSP\Scripts\TestReverb.tcl" line 5) invoked from within "source "C:\\Jaime\\SharcDSPs\\Ez_21160 \\Projects\\EqualDSP\\Scripts\\TestReverb.tcl"" The problem is with the "-format float" field. If I just use "-format Hexadecimal" or simply omit it, it works flawlessly. However, I need the values in float format. I am working with ADSP-21160M, VisualDSP++ 2.0 for 21xxx on Win98SE Thanks a lot in advance. JaaC |