NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.
DSPLink known issues
END OF LIFE
DSP Link is still available for download, but no further releases or updates are planned. Please see IPC Software Options for details and alternatives.
DSPLink known issues[edit]
This article is intended to help provide some guidance for DSPLink users to help them understand known issues in a DSPLink release.
The release notes in each release has a detailed list of known issues in that release. This lists bugs found after the GA release and workaround if any. This information has been provided to ensure customer does not spend debugging time in determining a known issue.
Affected Release | Bug found on Date | Bug Headline | Affected platform | Affected OS | Workaround if any | Release with fix | |
---|---|---|---|---|---|---|---|
1.64 | Dec 2009 |
|
|
Linux |
Two possible workarounds (though see this forum post which implies workaround #2 is correct):
<syntaxhighlight lang='c'> *cpuFreq = (clk_get_rate (clk) /1000) ; </syntaxhighlight>
<syntaxhighlight lang='c'> *cpuFreq = (clk_get_rate (clk)/1000) ; </syntaxhighlight>
|
|
|
1.65.00.03 | Jul 2010 |
|
|
Linux |
Workaround: See attached release notes File:ReleaseNotes.pdf |
|