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.
C674x PSP patches
I found a couple problems with the PSP headers files, and wanted to share them. I have not done a full PSP audit, so this is definitely not an exhaustive patch set. Also, I'm just a user of the C674x, and *not* in any way affiliated with TI. These are not 'TI' approved patches. I do hope they work their way back into the source though...
After you've installed the PSP package, here's how you use this (more or less -- I use cygwin, so ymmv)
One way to use the patches below is to do the following at a cygwin prompt:
cd /c/Program\ Files/Texas\ Instruments/pspdrivers_01_20_00 tar zxf c674x_pspdrivers_01_20_00.quilt.patches.tar.gz <--- or whatever file you're applying. quilt push -a
Or, you can use the 'patch' program to apply each patch individually. If using cygwin or unix, be sure to install quilt and patch.
C674x PSP_01_20_00 patches[edit]
- Media:c674x_pspdrivers_01_20_00.quilt.patches.tar.gz First rev. Fixes warnings of duplicate defines, and fixes an actual bug in the HSPCLKDIV_DIVBY defines.