-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Pwm in lightsleep #9192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
not sure what should be our action here? You are free to use the ULP if that will help you cause. |
I cant use ulp because is not enabled by default , i've tryied to compile arduino core myself but i failed , it compiled but then when flashed resulting in a core panic store prohibited : ./build.sh -t esp32s3 -A idf-release/v4.4 -I release/v4.4` |
ESP-ROM:esp32s3-20210327 Core 1 register dump: Backtrace: 0x4203867c:0x3fcebd40 0x42038751:0x3fcebd70 0x4203875c:0x3fcebd90 0x42001922:0x3fcebdb0 0x4203afa2:0x3fcebe00 #0 0x4203867c:0x3fcebd40 in TFT_eSPI::begin_tft_write() at lib/TFT_eSPI/TFT_eSPI.cpp:81 ELF file SHA256: b4610fc4f351646b E (598) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0 |
ulp_fsm is not included for -S2 and -S3 in 3.0.0. Does that issue go in lib-builder @me-no-dev ? |
Probably yes, if all that is needed has to be enabled there. Can fsm_ulp and riscv_ulp work together? if not, then the RV is preferred. |
assigning to 3.0.5 milestone, lets resolve this ticket. |
Hello, Due to the overwhelming volume of issues currently being addressed, we have decided to close the previously received tickets. If you still require assistance or if the issue persists, please don't hesitate to reopen the ticket. Thanks. |
Related area
gpio pwm
Hardware specification
esp32-s3
Is your feature request related to a problem?
pwm don't work in light sleep
Describe the solution you'd like
pwm using upl or another workaround
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: