ADC and DAC xxx_timed() methods can't be used concurrently · Issue #1129 · micropython/micropython · GitHub
Skip to content

ADC and DAC xxx_timed() methods can't be used concurrently #1129

Description

@ul5255

DAC.write_timed(..., mode=pyb.DAC.CIRCULAR) and ADC.read_timed(...)
can't be used concurrently. The call to ADC.read_timed() stops the signal
generated by DAC.write_timed(). For details see http://forum.micropython.org/viewtopic.php?f=3&t=550&start=10#p3159

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions