Technical discussions related to Analog Devices DSPs (including Blackfin, TigerSHARC, SHARC and ADSP-21xx DSPs).
|
I have to modify the sdram controller manully every time before I download program to sdram using HPPCI JTAG emulator. How can I let the visualDSP do it automatically to me? thank you very much! |
|
You need to modify the "ICE init file". This file locates at: C:\Program Files\Analog Devices\VisualDSP 3.5 16-Bit\System\ADSP-BF533.xml (I used to work on BF533. You should find your specified "DSP.xml" in the same folder) Open this XML file with any of your text editor. Add the register default setting as any value you like: (skip file content) ..................... <Register Name="EBIU_SDRRC" Type="NORMAL" x="15" y="5" /> <Register Name="EBIU_SDSTAT" Type="NORMAL" x="15" y="6" /> </Window> </RegWin> - <RegReset> <Register Name="EBIU_SDRRC" ResetValue="0x01A0" Core="Common" /> <Register Name="EBIU_SDBCTL" ResetValue="0x13" Core="Common" /> <Register Name="EBIU_SDGCTL" ResetValue="0x0091998d" Core="Common" /> </RegReset> </AnalogDevice> (End of XML file) // This line is not included Above is what I copied from the bottom of my XML file for your reference. Hope this is what you are looking for. Good luck. --- chen_eiffel <> 的訊息: > > I have to modify the sdram controller manully every > time before I > download program to sdram using HPPCI JTAG emulator. > > How can I let the visualDSP do it automatically to > me? > > thank you very much! > > _____________________________________ > /groups.php3 > > Yahoo! Groups Links > ----------------------------------------------------------------- Yahoo!奇摩Messenger6.0 更即時有趣的即時通訊世界,立即下載最新版! http://tw.messenger.yahoo.com/ |