Tool/software: Code Composer Studio
Hello, I'm a newbie at programming in Code Composer so this is probably a simple question for most members. I've been looking over the Chip Support Library documentation and there are a lot of very useful functions. I've tried implementing a simple program to toggle a GPIO pin but when I try to include:
#include <ti/drv/gpio/GPIO.h>
#include <ti/csl/csl_tmr.h>
The compiler throws and error saying files or directories not found. I have installed the Processor Software Development Kit and I see a pdk_k2h2_4_0_14\packages\ti\drv and a csl directory. So just need help in configuring
Code Composer so that it will see these directories.
Thank you very much,
Joe
