Hello all,
I am trying to use the LEDs on the C6713 DSK. When I use the LED example in the TI built-in example list, it works fine and I can toggle LEDs using the DIP switches.
I coppied some parts of the code and pasted into my program. This is my include list:
#include <std.h>
#include <hst.h>
#include <log.h>
#include <sts.h>
#include <string.h>
#include <stdlib.h>
#include <csl_emif.h>
#include "dsk6713.h"
#include "dsk6713_led.h"
#include "dc_conf.h"
#include "t8364_fn.h"
#include "main.h"
My build command is:
"C:\CCStudio_v3.1\c6000\cgtools\bin\cl6x" -g -q -fr"./Debug" -i"." -i"C:/CCStudio_v3.1/c6000/dsk6713/include" -d"_DEBUG" -d"CHIP_6713" -ml3 -mv6700 -@"Debug.lkf" "main.c"