Other Parts Discussed in Thread: C2000WARE
Tool/software:
Hello , What is the correct way to have a common pre-processor variable compile for both the CPU and CLA.
I have a preprocessor
#define ADC_TYPE 0
It is used in both the main CPU and a CLA task to set some initial configuration , I define it in a header file and the CLA does not seem to be able to recognise it, when the source complies.