Technical discussions related to Analog Devices DSPs (including Blackfin, TigerSHARC, SHARC and ADSP-21xx DSPs).
hai ,
i was working with serial port interface in 21062 dsp,
and my ldf file shows error.
" wrong memory specifier type for portseg"
in .ldf file i wrote
portseg=(DM PORT) (start=0x0420 0000 end =ox0420 00ff)
(syntax here is not correct )
any another method for segment specifier?
On Tue, 16 Jan 2007, joshymjose2000 wrote: > > hai , > i was working with serial port interface in 21062 dsp, > and my ldf file shows error. > " wrong memory specifier type for portseg" > > in .ldf file i wrote > portseg=(DM PORT) (start=0x0420 0000 end =ox0420 00ff) > (syntax here is not correct ) > any another method for segment specifier? You don't need the key word PORT. that's a left over from the 21020 series. Just tell it RAM and it should be happy. Patience, persistence, truth, Dr. mike