Search found 3 matches

by SinglWolf
Fri Jul 22, 2022 2:44 am
Forum: ESP-IDF
Topic: How to software reset the watchdog timer in ESP32-S2?
Replies: 0
Views: 741

How to software reset the watchdog timer in ESP32-S2?

For ESP 32 there is something like this:
  1. TIMERG0.wdt_wprotect = TIMG_WDT_WKEY_VALUE;
  2. TIMERG0.wdt_feed = 1;
  3. TIMERG0.wdt_wprotect = 0;
How to do the same for ESP32-S2?
by SinglWolf
Thu Jun 10, 2021 2:19 am
Forum: ESP-IDF
Topic: ILI9341 read registers in ESP-IDF
Replies: 1
Views: 3488

Re: ILI9341 read registers in ESP-IDF

The situation is similar with the display on ILI9488. Please clarify this issue.
by SinglWolf
Sat Dec 14, 2019 2:44 pm
Forum: General Discussion
Topic: only three slave can be attached in SPI ?
Replies: 8
Views: 15856

Re: only three slave can be attached in SPI ?

Hello!
I have the same problem. I am using framework-espidf 3.30300.190916 (3.3.0) and the proposed fixes cannot be applied in any way.
When using espressif-arduino-esp32, 4 SPI devices (tft display, (VS1053 uses 2 bus) and touchscreen) work normally.
Please, help.