Other Parts Discussed in Thread: MSP430F2122
ADC10 Interrupt Handler “user provided function name” Results In Error
Using Grace Beta v4
I am new to TI’s CCS and Grace.
After configuring the ADC and enabling the Analog to Digital Converter Interrupt, the “function name” that I entered is not seen, and thus results in error.
I then noticed (somehow) that this function might be called “adc10Handler”, and so I created an App.c and App.h combination, while providing a declaration such as “extern void adc10Handler(void);”. Then the error shifted to the H file not been visible.
And so I added the path of the H (header) file by navigating into
CCS, Window, Preferences, C/C++, Make, Makefile Editor, Settings, Makefile Include Directories, and entered the path.
This didn’t work either, so I finally decided to drop the H file in the SRC folder, and other folders (sort of as a shotgun approach). So that seemed to work, but now it goes back to not seen the “adc10Handler”, so the new error is,
Unresolved symbol adc10Handler, first referenced in the “…/csl.lib<CSL_init.obj>”.
So this is certainly bugging me. And if this sounds confusing, sorry, but it is because I am confused myself.
All ideas are welcomed.
Thank you.
