Skip to content

ch32v203 uart blocked #83

@joyhope

Description

@joyhope

sample code:

loop {
    Timer::after_millis(1000).await;

    uart.blocking_write(b"hello world from embassy main\r\n");

    led.toggle();
}

It seems only run once, output the hello world (missing first bytes) , and then not output again. Where is the problem.

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