esp32 s3 has pwm error #18317
-
|
Dear Team: Please note that I am using ESP32 S3 N8R2 firmware which has disabled the default URAT from machine import PWM,Pin def out(pwm,v=0,a=10,t=0): out(1,1,800,2) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
This firmware uses ESP-IDF v5.4.2 |
Beta Was this translation helpful? Give feedback.
-
|
ports/esp32/machine_pwm.c I replaced this file with the previous 1.25 version and something magical happened, everything returned to normal, so I suspect that this file caused some PWM errors on the ESP32 S3 |
Beta Was this translation helpful? Give feedback.
ports/esp32/machine_pwm.c
I replaced this file with the previous 1.25 version and something magical happened, everything returned to normal, so I suspect that this file caused some PWM errors on the ESP32 S3