Search found 4 matches

by ripper_jack
Tue Mar 26, 2024 2:47 am
Forum: General Discussion
Topic: Using the esp_restart function will cause the RTC watchdog to reset when the software is reset
Replies: 2
Views: 1247

Using the esp_restart function will cause the RTC watchdog to reset when the software is reset

Snipaste_2024-03-26_10-41-08.png
Development environment:platformIO esp-idf version4.4.2 ArduinoV2.0.5‘
However, not every sw reset will cause the rtc watchdog to reset
by ripper_jack
Tue Mar 26, 2024 2:34 am
Forum: ESP-IDF 中文讨论版
Topic: 手动调用esp_restart的时候导致rtc看门狗复位
Replies: 0
Views: 2203

手动调用esp_restart的时候导致rtc看门狗复位

我在这里手动调用了esp_restart 下面是日志信息 rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0030,len:1184 load:0x40078000,len:1313 2 load:0x40080400,len:3036 entry 0x400805e4 Fa...
by ripper_jack
Fri Jul 07, 2023 2:39 am
Forum: ESP-IDF 中文讨论版
Topic: ESP32 S3 Wroom SPI读写
Replies: 1
Views: 742

ESP32 S3 Wroom SPI读写

  1. SPI总线上挂载多个设备怎么驱动 有没有demo可以提供?