STM32 ADC #5. How to Read ADC Multiple Channels without using DMA || 1 channel at a time

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ม.ค. 2025

ความคิดเห็น • 8

  • @edgarwcl
    @edgarwcl หลายเดือนก่อน

    I very like your academic materials. Recently, I struggle with I2S interface on stm32, will you teach a chapter to explain us the I2C with DAC codec? Just one of topics I suggest😬.

    • @edgarwcl
      @edgarwcl หลายเดือนก่อน

      *I2S

  • @yuvarajravi1286
    @yuvarajravi1286 หลายเดือนก่อน

  • @avr_stm_pro2955
    @avr_stm_pro2955 หลายเดือนก่อน

    Спасибо 👍👍👍👍👍

  • @PraveenChintha-j2t
    @PraveenChintha-j2t 20 วันที่ผ่านมา

    Hello sir, I think the "scan mode" is not needed in the second case because you are setting rank1 for every channel.

    • @ControllersTech
      @ControllersTech  7 วันที่ผ่านมา

      I am setting it in the program. The scan mode is automatically enabled when you choose multiple channels. Anyway it doesn't matter if we are using rank 1, so no harm.

  • @crm73_
    @crm73_ 26 วันที่ผ่านมา

    Whats is the advantage to not use the DMA. I thought it is better to use the DMA Controller, so you get away load from the CPU. Or is the interrupt the problem when using the DMA?

    • @ControllersTech
      @ControllersTech  25 วันที่ผ่านมา +1

      There is no advantage. Some people prefer not to use it, so this video is for them.