Skip to content

[ECU STM32] Bug: UART reception crashes on RX line fault #43

@hasslesstech

Description

@hasslesstech

Whenever the UART connection becomes unstable while in DMA reception mode, there is a chance that random noise on the line invokes the interrupt handler after receiving 0 bytes. This stops the reception, but the interrupt callback is never called since no data was received, which stalls the UART reception loop.

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