AtomS3 Loops rst:0x3 (RTC_SW_SYS_RST),boot:0x28 (SPI_FAST_FLASH_BOOT)



  • I am using the button Sample from AtomS3 example library.
    Compling with Arduino IDE end ok.
    Wrote 413840 bytes (232170 compressed) at 0x00010000 in 2.8 seconds (effective 1171.8 kbit/s)...
    Hash of data verified.

    Leaving...

    After pressing Reset I get following messages in Serial Monitor:
    18:40:36.017 -> ESP-ROM:esp32s3-20210327
    18:40:36.017 -> Build:Mar 27 2021
    18:40:36.017 -> rst:0x3 (RTC_SW_SYS_RST),boot:0x28 (SPI_FAST_FLASH_BOOT)
    18:40:36.017 -> Saved PC:0x403cdada
    18:40:36.017 -> SPIWP:0xee
    18:40:36.017 -> mode:DIO, clock div:1
    18:40:36.017 -> load:0x3fce3808,len:0x44c
    18:40:36.017 -> load:0x403c9700,len:0xbd8
    18:40:36.017 -> load:0x403cc700,len:0x2a80
    18:40:36.017 -> entry 0x403c98d0

    For all other programs it was the same ...
    How can I get out off that loop?