Skip to content

defmt-rtt 0.4 breaks on STM32H7A3ZIT6Q #713

@indietyp

Description

@indietyp

After trying to upgrade, I encountered an issue with defmt-rtt 0.4, no more messages will show up. I am unsure what the root cause is, and to verify that the cause isn't my code, I have created a minimum reproducible example from the recommended app template. If I set defmt-rtt = "0.4" in the Cargo.toml I no longer get any output, while with defmt-rtt = "0.3" that isn't the case.

This is then executed - like in the README - on a STM32H7A3 Nucleo-144.

rustc version: rustc 1.67.0-nightly (32e613bba 2022-12-02)

defmt-rtt = "0.4"

image

defmt-rtt = "0.3"

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: highHigh priority for the Knurling teamstatus: needs designThis feature needs design work to move forwardtype: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions