Search found 4 matches
- Tue Apr 19, 2022 8:09 am
- Forum: ESP32 Arduino
- Topic: ESP32/ledc: div_param zero depending on init routine location
- Replies: 6
- Views: 2919
Re: ESP32/ledc: div_param zero depending on init routine location
The original issue with the partially inverted output channels is not fixed and can be traced back to the 2.0.0 esp32 revision - anything compiled with the 1.x version does work, everything with 2.x has the strange behaviour. But I'd like to get this one resolved so that I can provide a good example...
- Mon Apr 18, 2022 11:00 am
- Forum: ESP32 Arduino
- Topic: ESP32/ledc: div_param zero depending on init routine location
- Replies: 6
- Views: 2919
Re: ESP32/ledc: div_param zero depending on init routine location
Minimal working example?
- Sun Apr 17, 2022 2:34 pm
- Forum: ESP32 Arduino
- Topic: ESP32/ledc: div_param zero depending on init routine location
- Replies: 6
- Views: 2919
Re: ESP32/ledc: div_param zero depending on init routine location
Haven't heard that so I gave it a try... :? 16:32:12.882 -> ELF file SHA256: 0000000000000000 16:32:12.882 -> 16:32:12.882 -> Rebooting... 16:32:12.882 -> ets Jun 8 2016 00:22:57 16:32:12.882 -> 16:32:12.882 -> rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) 16:32:12.916 -> configsip: 0, SPIW...
- Sat Apr 16, 2022 8:59 pm
- Forum: ESP32 Arduino
- Topic: ESP32/ledc: div_param zero depending on init routine location
- Replies: 6
- Views: 2919
ESP32/ledc: div_param zero depending on init routine location
Hi, while tracking down another bug concerning single inverted ports between an old compiled image and a brand new one, I stumbled across this. Maybe (hopefully?) this is extremely simple, but the subroutine version worked with the old image (compiled using esp32 v1.9.x in Arduino 1.8.13), while the...