Skip to content

Circular DMA driver implementation #34

@tyler-gilbert

Description

@tyler-gilbert

For a circular DMA setup, reading channel 0 will set the first buffer while reading channel 1 will set the second buffer.

To get the driver started, do an async read on channel 0 then on channel 1. When the channel 0 read finishes, do another read on channel 0. Likewise when channel 1 completes, do another read on channel 1.

For the i2s_ffifo, channel 0 will be read to the first open slot, channel 1 will be read to the seconds spot, then channel 0 will be read to the third spot and so on until the ffifo overflows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions