-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Assignees
@devarishi7
Description
Related area
RMT/UART
Hardware specification
ESP32 devkit
Is your feature request related to a problem?
When compiling with the newest released core v3.3.0, RMT seems to be finally working correctly, but the sharing of the RX pin between RMT(RX) & UART(RX) is no longer supported as it was in core v2.0.x . When looking for a break in a DMX data stream using RMT, this saves the use of an extra pin. Starting the UART disables RMT as it is now.
Describe the solution you'd like
Allow sharing of INPUT pins between peripherals.
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.