A few errors when porting VisSim project into CCS
Submitted by allejard on Tue, 04/30/2013 - 21:12
I ported the VisSim project DRV8312-pmsm-28M35H52 into CCSv5 using the instructions given in this previous post. I'm only getting 6 curious errors during compilation. The following:
#20 identifier 'ADC2CTL1' is undefined #20 identifier 'ADC2SOC1CTL' is undefined #20 identifier 'ADC2SOC1CTL' is undefined #20 identifier 'GPEMUX1' is undefined #20 identifier 'TRIG1SEL' is undefined #20 identifier 'TRIG2SEL' is undefined
All but the 'GPEMUX1' variables are related to the A/D converter. Am I missing a header file or something? It's strange that the 'ADC2CTL1' variables throws an error but the 'ADC2CTL2' variable does not.
Any assistance is greatly appreciated. Thanks.