2015-03-18 08:09 AM
Hi,
I am trying to reduce the noise in my ADC conversions, as per the application note located here:http://www.st.com/web/en/resource/technical/document/application_note/DM00050879.pdf
I have an stm32f405 and I am trying to use the sample code in Appendix C of the above note. However, I cannot find which header file contains the define for ''PWR_CR_ADCDC1'' as shown in the example code. Does anyone know where this value is defined? or if not what I should set it to for my application? Thanks, Matt2015-03-30 05:16 AM
''PWR_CR_ADCDC1'' is defined in the file ''stm32f4xx.h'' (Standard Peripheral library).
-Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.