Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据数据表,ADC 在每次转换结束时生成一个 DMA 请求:
ADC 是否使用中断来生成此 DMA 请求?还是在后台使用硬件自动完成?我今天问这个是因为在 STM32CubeMX 中,您可以选择转换结束 (EOC) 或序列结束 (EOS) 中断。
我想知道选择 EOC 或 EOS 中断是否会对 ADC 生成 DMA 请求的能力产生任何影响。