Skip to content

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

@ul5255

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions