2019-08-28 04:09 PM
ADC_CommonInstructure.ADC_Mode = DC_DualMode_RegSimult-----
what #iclude should point to?
2019-08-28 04:28 PM
You should just need top level #include file stm32l4xx_hal.h, and select ADC in stm32l4xx_hal_conf.h
Also add the appropriate library source file(s) to the project