This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
While I use the TM4C1294NCPDT to do a AD simple,
My program has entered the debug for project but while I try to run the program, there will be a window says:
Can't find a source file at "C:/Jenkins/workspace/TivaWare-Git-Release/DriverLib/build/DriverLib.test/driverlib/adc.c"
Locate the file or edit the source lookup path to include its location.
And I can not read the ADC Value, for value in expression window is " identifier not found: ADC1_BASE"
How can I get my ADC data successful? I really need help
Hi,
When you import the project the first time, you may see something like below.
If this is what you see, then click on the Locate File... and then provide the path to the driverlib. Please see below.
Thanks for your help, after I provide the path to the driverlib, I can run the program without "Can't find a source file ..."
However, my program can not return the value, value in expression window is still " identifier not found: ADC1_BASE"
and it seems like my program can not end a interrupt , the program is an basic example for ADC, I think it shouldn't act like this...