Cannot run MCPWM and GPIO ISR on the same pin (IDFGH-14058) #14877
Labels
Resolution: Done
Issue is done internally
Status: Done
Issue is done internally
Type: Bug
bugs in IDF
Answers checklist.
IDF version.
v5.1.5-143-gdb1c67632a
Espressif SoC revision.
ESP32
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
TTGO T8
Power Supply used.
USB
What is the expected behavior?
Both MCPWM and GPIO isr functions are executed.
What is the actual behavior?
Only MCPWM callbacks are called.
Steps to reproduce.
The
m_rtcm_sync.counter
is always zero unless I don't start the MCPWM.Debug Logs.
No response
More Information.
What's the purpose of
keep_io_conf_at_exit
if other GPIO ISR callbacks connected to this GPIO pin are not called even when MCPWM is working...The behavior seems to be the same at least for one year.
The text was updated successfully, but these errors were encountered: