How to use DMA on 8 bit PIC® MCUs

Sdílet
Vložit
  • čas přidán 5. 09. 2024

Komentáře • 13

  • @MuradJamalieh
    @MuradJamalieh Před měsícem

    Thank you at least it gives an insight on the DMA topic.

  • @skjaikumar
    @skjaikumar Před 3 lety +4

    This is a Good video from Microchip. But I feel it is better if usage examples of all peripheral is given as code examples.

  • @chasihler
    @chasihler Před 4 lety +1

    No broken dreams! Thanks

  • @PatrikNeunteufel
    @PatrikNeunteufel Před 2 lety

    it worked after i realized that only analog will work without any modifications only on A0. MCC does not realize that i selected another pin (C2 as example) and select that channel instead of 0x00.

  • @MaratGoferman
    @MaratGoferman Před rokem

    Would like such a video for USB to SPI

    • @MicrochipTechnology
      @MicrochipTechnology  Před rokem

      Hi there, thanks for your comment! Please take a look at this video and let us know if it helps: czcams.com/video/xrtFpslyamU/video.html

    • @MaratGoferman
      @MaratGoferman Před rokem

      @@MicrochipTechnology I already have a PIC24 and would like to add this functionality among all the other things that it already does

  • @kryptocat4240
    @kryptocat4240 Před 4 lety +1

    How to Learn MPLAB X IDE and MPLAB IPE software

  • @stephenhulme90
    @stephenhulme90 Před 7 měsíci

    Can you do just a printf to uart dma? Not sure what the source would be

    • @MicrochipTechnology
      @MicrochipTechnology  Před 6 měsíci

      Hi Stephen - Thanks for reaching out with your question! Yes, you can use DMA with a printf function for UART on 8-bit PIC® MCUs. The source would typically be a memory buffer containing the data you wish to print. Ensure DMA is properly configured to read from this buffer and transmit via UART. For detailed guidance, refer to the specific MCU's datasheet. Let us know if you have more questions about this!

  • @jesusreignonhigh6732
    @jesusreignonhigh6732 Před rokem

    Multiple PWM maybe?

  • @jeffhulett4194
    @jeffhulett4194 Před 4 lety

    Is this like a poor mans RTOS? Or is DMA different?

    • @ksitau
      @ksitau Před 4 lety +2

      DMA and RTOS are two different things. If I would be to explain it shortly - DMA is only for transferring data in a background, without CPU involvement nor any kind of code execution.