Skip to content

C6/H2: Enabling SYSTIMER_TARGET0 interrupt also enables UART0 interrupt #1039

Closed
@bjoernQ

Description

@bjoernQ

This can be reproduced by running the systimer.rs example. Just run it and while running press any key ... There will be a panic because there isn't a UART0 interrupt handler

It's really just interrupt::enable(peripherals::Interrupt::SYSTIMER_TARGET0,Priority::Priority1) - another interrupt or using another priority won't trigger the problem

The problem most probably isn't a new one - we now just panic in case of an unhandled interrupt which makes the problem more visible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions