Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UART1 interrupt is not deallocating #184

Open
SolidStateLEDLighting opened this issue Dec 11, 2024 · 1 comment
Open

UART1 interrupt is not deallocating #184

SolidStateLEDLighting opened this issue Dec 11, 2024 · 1 comment

Comments

@SolidStateLEDLighting
Copy link

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?

@SolidStateLEDLighting
Copy link
Author

I am running multiple core (s3) on the IDF v5.3.1.

In addition to this deallocation problem, I also can't send more than one frame of data. I suspect that dmx.status never returns to DMX_STATUS_IDLE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant