In my project, I am trying to use the SPIFFS_Web_Jpg example from Tjpeg_Decoder to download an image from the web and display it on the ESP32-C3-LCDkit. I used esp32 board manager and ESP-C3-M1-I-Kit board setting in the Arduino IDE 2.3.3. The example compiled sucessfully, however after uploading the code, it keeps resetting. Here is the output from Serial Monitor
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fcd5820,len:0x458
load:0x403cc710,len:0x814
load:0x403ce710,len:0x2880
entry 0x403cc710
ESP-ROM:esp32c3-api1-20210207
Build:Feb 7 2021
rst:0x3 (RTC_SW_SYS_RST),boot:0xd (SPI_FAST_FLASH_BOOT)
Saved PC:0x40048b82
I also tried choosing other C3 board from the setting. I don't know which one is the right board setting. Has anyone tried this before? I need help in choosing the right board setting.
I appreciate your help in advance.