You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The I2C scanner also throws this watchdog timer reset.
I (294) main_task: Calling app_main()
I (294) app_main: 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
ESP-ROM:esp32c3-api1-20210207
Build:Feb 7 2021
rst:0x8 (TG1WDT_SYS_RST),boot:0xc (SPI_FAST_FLASH_BOOT)
Saved PC:0x40380082
riscv32-esp-elf-addr2line -pfiaC -e /Users/camiel/Documents/GitHub/c3-sensor/build/c3-sensor.elf 0x40380082: [Errno 2] No such file or directory: 'riscv32-esp-elf-addr2line'
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fcd5820,len:0x1738
load:0x403cc710,len:0xae8
load:0x403ce710,len:0x2e7c
entry 0x403cc71a
I (24) boot: ESP-IDF v5.2-dev-2383-g82cceabc6e 2nd stage bootloader
I (24) boot: compile time Mar 19 2024 09:50:52
I (25) boot: chip revision: v0.4
I (28) boot.esp32c3: SPI Speed : 80MHz
I (33) boot.esp32c3: SPI Mode : DIO
I (38) boot.esp32c3: SPI Flash Size : 2MB
W (43) boot.esp32c3: PRO CPU has been reset by WDT.
The issue
When using the code from the example, I am getting a watchdog timer reset after the bmp280_init function call:
I do not know if this issue is related to #609.
Which SDK are you using?
esp-idf
Which version of SDK are you using?
master (Wed Aug 23 19:25:22 2023)
Which build target have you used?
Component causing the issue
bmp280
Anything in the logs that might be useful for us?
Additional information or context
This is with the Adafruit BME280 breakout board on a generic ESP32-C3-MINI-1 dev board.
Confirmation
The text was updated successfully, but these errors were encountered: