Skip to content

UART1 interrupt is not deallocating #184

@SolidStateLEDLighting

Description

@SolidStateLEDLighting

I am going through a repeated process where I establish and tear down a DMX service. And I'm doing something wrong because I'm getting: intr_alloc: No free interrupt inputs for UART1 interrupt (flags 0x40E) every 3 cycles.

To establish I used this sequence:

  1. dmx_driver_install
  2. dmx_set_pin

To tear down I use this sequence:

  1. dmx_driver_disable
  2. dmx_driver_delete

How can I make sure all resources are freed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions