We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm trying to compile a source code from www.st.com/.../dm00050879.pdf in Keil. I get the following errors Error: L6218E: Undefined symbol ADC_GetConversionValue (referred from main.o). Error: L6218E: Undefined symbol ADC_GetFlagStatus (referred from main.o). Error: L6218E: Undefined symbol ADC_SoftwareStartConv (referred from main.o). I'm a beginner here, how to resolve them ?
Add the library source files containing the missing functions into your project so that they can be built and linked properly.