Other Parts Discussed in Thread: MSP430G2231
When i am using While(ADC10TL1 & ADC10BUSY) i am getting an error in ma (embedded c)code.
(Micro-controller which i am using is MSP430G2231(LAUNCHPAD) and Code Composer Studio V5.)
The error reads as
Multiple markers at this line
- #20 identifier "AD10BUSY" is undefined
- <a href="file:/D:/code%20composer%20studiov5/ccsv5/tools/compiler/dmed/HTML/MSP430/1527.html">#1527-D</a> (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module
instead
- #20 identifier "ADC10TL1" is undefined
What steps i should take to solve this error.
Thanks in anticipation.