I am learning about TI-RTOS and the install instructions for the Chip Support Libraries fail:
Dependencies:
Code Composer Studio 6.2
xdctools 3.31.3.43
SYS/BIOS 3.31.3.43
EDMA3 1.5.0.1
DM648 BIOPSP drivers version 1.10.03
the build failed when I added
-l C:\pspdrivers\pspdrivers_1_10_03\packages -l C:\ti\edma3_lld_1_05_00\packages
to the project properties.
Where can I find the Chip Support Libraries and Registers and EDMA3 drivers so I can complete Lab 2 from the TI training TI-RTOS workshop series? I'm referring to include file
#include <ti/csl/cslr_gpio.h>
Thank you,