Task: Important and Build the Upp examples
There are three issues that are resolved by the following procedure. The upp examples are omitted in the current PSP drivers software. On import from the older PSP drivers, the project tool chain needs to be updated, and there are two entries in the file search path that have to be updated.
Step1. Download and install the packages for (a) PSP Drivers 1.30.01 and (b) EDMA3 LLD 1.11.02.05. Be sure to look at the installation instructions in the user guides.
Step 2. Import the examples as legacy CCSv3.3 projects.
Use "Select search directory", and "Copy projects into work space", and then browse to "C:\Program Files\Texas Instruments\pspdrivers_01_30_01\packages\ti\pspiom\examples\evm6748", where evm6748 would be replaced by your platform.
Deselect all, and then select the three upp projects.
Click next a few times until the projects are imported.
Step 3. Fix the project build properties.
For each project, right click on the project, select "Build properties" and then in the properties gui, Tool Settings tab,
a) select "File Search Path"
Change the string "${env_var:BIOS_INSTALL_DIR}" to "${BIOS_CG_ROOT}"
b) select "Basic Options"
Change the first two fields (output_file, and map_file) to put the files in the right location in your project.
if you just remove the directory path from the filename, that should be enough to do it, for example "uppSampleEvmB.out" and "uppSampleEvmB.map"
Step 4. Build or rebuild the project