Other Parts Discussed in Thread: AM1808, OMAPL138
In the C6748 Starterware file edma.h there is the following line of code:
#if defined(am1808) || defined(omapl138) || defined(c6748)
When I build one of the examples I see the following in the Console window:
'Building target: mcaspPlayBk.out'
'Invoking: C6000 Linker'
"C:/ti/ccsv5/tools/compiler/c6000/bin/cl6x" -mv6740 -g --define=c6748
I am creating a new project from scratch and I can't figure out how to create a preprocessor variable such as "c6748" in Code Composer Studio v5.
