-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Labels
Status: SolvedThe issue has been resolved and requires no further action.The issue has been resolved and requires no further action.Type: For referenceCommon questions & problemsCommon questions & problemsType: QuestionOnly questionOnly question
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.
Metadata
Metadata
Assignees
Labels
Status: SolvedThe issue has been resolved and requires no further action.The issue has been resolved and requires no further action.Type: For referenceCommon questions & problemsCommon questions & problemsType: QuestionOnly questionOnly question