Goal: To modify uppSampleEvmA or uppSampleEvmB to make a new project that has a single input channel with circular or ping-pong buffering.
On perusal it seems that some (or almost all) of the setup is done in the .tcf file. The project was imported, and this resulted in links for several of the files rather than copying the actual files into the new project folder.
(Parenthetical side issue: Why in the world would you make a link to the original file rather than copy it into the new project folder?)
I was able to find the .c files and replace the links with no problems. But the .tcf presents two problems
First Problem: The .tcf file does not exist.
The properties box for the .tcf files says the location is
EXT_ROOT__uppSampleEvmB/build/uppSample.tcf,
and that the Resolved Location is
C:\Program Files\Texas Instruments\pspdrivers_01_30_01\packages\ti\pspiom\examples\evm6748\uppEvm\evmB\build\uppSample.tcf
The file actually does not exist. There is however a file in that directory named uppsample.tcf
Second Problem: Errors while opening DSP/Bios Configuration Tool
The link to the .tcf (the file that does not exist in the resolved location), can be accessed by using the right mouse button and selecting "open with..." -> "DSP/Bios Configuration Tool".
BUT, this only prodcues a message box and lists the following errors:
js: "C:/Program Files/Texas Instruments/xdctools_3_20_08_88/include/utils.tci", line 582: Error: Can't find import file: 'uppSample.tci' (not found along 'C:/Projects/DSP_Preprocessor/uppSampleEvmB/.gconf/uppSampleEvmB/;;C:/Projects/DSP_Preprocessor/uppSampleEvmB;C:/Program Files/Texas Instruments/bios_5_41_10_36/packages;C:/Program Files/Texas Instruments/xdctools_3_20_08_88/include;C:/Program Files/Texas Instruments/xdctools_3_20_08_88/packages')
Correct any script errors in C:/Projects/DSP_Preprocessor/uppSampleEvmB/.gconf/uppSampleEvmB/uppSample.tcf
using the Configuration Tool or a text editor, if necessary.
TConf initialization arguments:
-e environment['config.importPath']='C:/Projects/DSP_Preprocessor/uppSampleEvmB;C:/Program Files/Texas Instruments/bios_5_41_10_36/packages' -e environment['config.scriptName']='uppSample.tcf'
So, what now?