cancel
Showing results for 
Search instead for 
Did you mean: 

stm32l452re two ADC with DMA to capture 512 samples of each channel in parallel mode how to.

CJaro
Associate

ADC_CommonInstructure.ADC_Mode = DC_DualMode_RegSimult-----

what #iclude should point to?

1 REPLY 1

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..