You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
dmx_driver_install
dmx_set_pin
To tear down I use this sequence:
dmx_driver_disable
dmx_driver_delete
How can I make sure all resources are freed?
The text was updated successfully, but these errors were encountered:
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:
To tear down I use this sequence:
How can I make sure all resources are freed?
The text was updated successfully, but these errors were encountered: