Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task watchdog got triggered. The following tasks did not reset the watchdog in time: - IDLE (CPU 0) #53

Open
dmeylman opened this issue Sep 2, 2018 · 0 comments

Comments

@dmeylman
Copy link

dmeylman commented Sep 2, 2018

New to this. Please help. Here's the output when running make monitor.

Aldrin@DESKTOP-K0GL855 MINGW32 ~/esp/ESP32_TFT_library
$ make monitor
/home/Aldrin/esp/ESP32_TFT_library/components/mkspiffs/Makefile.projbuild:13: warning: overriding recipe for target 'clean'
/home/Aldrin/esp/esp-idf/components/app_update/Makefile.projbuild:60: warning: ignoring old recipe for target 'clean'
GENCONFIG
/home/Aldrin/esp/ESP32_TFT_library/components/mkspiffs/Makefile.projbuild:13: warning: overriding recipe for target 'clean'
/home/Aldrin/esp/esp-idf/components/app_update/Makefile.projbuild:60: warning: ignoring old recipe for target 'clean'
Python requirements from D:/msys32/home/Aldrin/esp/esp-idf/requirements.txt are satisfied.
MONITOR
--- idf_monitor on COM3 115200 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
ets Jun 8 2016 00:22:57

rst:0x1 (POWERON_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:0x3fff0010,len:4
load:0x3fff0014,len:6104
load:0x40078000,len:9308
load:0x40080400,len:5836
entry 0x40080744
I (174) boot: ESP-IDF v3.2-dev-688-g499d0674 2nd stage bootloader
I (175) boot: compile time 22:58:02
I (175) boot: Enabling RNG early entropy source...
I (195) boot: SPI Speed : 40MHz
I (208) boot: SPI Mode : DIO
I (221) boot: SPI Flash Size : 4MB
I (234) boot: Partition Table:
I (245) boot: ## Label Usage Type ST Offset Length
I (268) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (291) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (314) boot: 2 factory factory app 00 00 00010000 00100000
I (338) boot: End of partition table
I (351) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x189ac (100780) map
I (596) esp_image: segment 1: paddr=0x000289d4 vaddr=0x3ffb0000 size=0x06030 ( 24624) load
I (657) esp_image: segment 2: paddr=0x0002ea0c vaddr=0x3ffb6030 size=0x00000 ( 0) load
I (659) esp_image: segment 3: paddr=0x0002ea14 vaddr=0x40080000 size=0x00400 ( 1024) load
0x40080000: _WindowOverflow4 at D:/msys32/home/Aldrin/esp/esp-idf/components/freertos/xtensa_vectors.S:168
5

I (681) esp_image: segment 4: paddr=0x0002ee1c vaddr=0x40080400 size=0x011f4 ( 4596) load
I (718) esp_image: segment 5: paddr=0x00030018 vaddr=0x400d0018 size=0x7376c (472940) map
0x400d0018: _stext at ??:?

I (1752) esp_image: segment 6: paddr=0x000a378c vaddr=0x400815f4 size=0x11570 ( 71024) load
0x400815f4: esp_restart at D:/msys32/home/Aldrin/esp/esp-idf/components/esp32/system_api.c:172

I (1936) esp_image: segment 7: paddr=0x000b4d04 vaddr=0x400c0000 size=0x00000 ( 0) load
I (1937) esp_image: segment 8: paddr=0x000b4d0c vaddr=0x50000000 size=0x00000 ( 0) load
I (2030) boot: Loaded app from partition at offset 0x10000
I (2031) boot: Disabling RNG early entropy source...
I (2033) cpu_start: Pro cpu up.
I (2044) cpu_start: Starting app cpu, entry point is 0x400810fc
0x400810fc: call_start_cpu1 at D:/msys32/home/Aldrin/esp/esp-idf/components/esp32/cpu_start.c:226

I (1) cpu_start: App cpu up.
I (2077) heap_init: Initializing. RAM available for dynamic allocation:
I (2098) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (2116) heap_init: At 3FFBC230 len 00023DD0 (143 KiB): DRAM
I (2136) heap_init: At 3FFE0440 len 00003BC0 (14 KiB): D/IRAM
I (2156) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (2176) heap_init: At 40092B64 len 0000D49C (53 KiB): IRAM
I (2195) cpu_start: Pro cpu start user code
I (284) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.

==============================
TFT display DEMO, LoBo 11/2017

Pins used: miso=19, mosi=18, sck=5, cs=15
Touch CS: 32

SPI: display device added to spi bus (1)
SPI: attached display device, speed=8000000
SPI: bus uses native pins: false
SPI: touch screen device added to spi bus (1)
SPI: attached TS device, speed=1000000
SPI: display init...
OK
STMPE touch initialized, ver: ffff - ff
SPI: Max rd speed = 1000000
SPI: Changed speed to 26666666


Graphics demo started

I (3519) [TFT Demo]: Time is not set yet. Connecting to WiFi and getting time over NTP.
I (3532) wifi: wifi driver task: 3ffc4ae4, prio:23, stack:3584, core=0
I (3532) wifi: wifi firmware version: 19b3110
I (3532) wifi: config NVS flash: enabled
I (3535) wifi: config nano formating: disabled
I (3539) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (3548) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (3574) wifi: Init dynamic tx buffer num: 32
I (3574) wifi: Init data frame dynamic rx buffer num: 32
I (3574) wifi: Init management frame dynamic rx buffer num: 32
I (3578) wifi: Init static rx buffer size: 1600
I (3582) wifi: Init static rx buffer num: 10
I (3586) wifi: Init dynamic rx buffer num: 32
I (3590) [TFT Demo]: Setting WiFi configuration SSID cksantoshome...
I (3653) phy: phy_version: 3960, 5211945, Jul 18 2018, 10:40:07, 0, 0
I (3655) wifi: mode : sta (30:ae:a4:15:c7:f8)
I (4985) wifi: n:11 0, o:1 0, ap:255 255, sta:11 0, prof:1
I (5644) wifi: state: init -> auth (b0)
I (5653) wifi: state: auth -> assoc (0)
I (5660) wifi: state: assoc -> run (10)
I (5693) wifi: connected with cksantoshome, channel 11
I (5693) wifi: pm start, type: 1

I (6533) event: sta ip: 10.0.0.30, mask: 255.255.255.0, gw: 10.0.0.1
I (6534) [TFT Demo]: Initializing SNTP
I (7039) [TFT Demo]: System time is set.
I (7039) wifi: state: run -> init (0)
I (7040) wifi: pm stop, total sleep time: 717267 us / 1346473 us

I (7042) wifi: n:11 0, o:11 0, ap:255 255, sta:11 0, prof:1
I (7058) wifi: flush txq
I (7058) wifi: stop sw txq
I (7060) wifi: lmac stop hw txq
E (7060) wifi: esp_wifi_connect 944 wifi not start

I (9157) [SPIFFS]: Registering SPIFFS file system
I (9158) [SPIFFS]: Mounting SPIFFS files system
I (9158) [SPIFFS]: Start address: 0x180000; Size 1024 KB
I (9163) [SPIFFS]: Work buffer: 2048 B
I (9168) [SPIFFS]: FDS buffer: 384 B
I (9172) [SPIFFS]: Cache size: 2048 B
I (9214) [SPIFFS]: Mounted

==========================================
Display: ILI9341: PORTRAIT 240,320 Color

 Clear screen time: 61 ms

Send color buffer time: 230 us (240 pixels)
I (127048) event: station ip lost
JPG Decode time: 288 ms
BMP time, scale: 5: 452 ms
BMP time, scale: 4: 437 ms
BMP time, scale: 3: 439 ms
BMP time, scale: 2: 443 ms
BMP time, scale: 1: 452 ms
BMP time, scale: 0: 336 ms
Task watchdog got triggered. The following tasks did not reset the watchdog in time:

  • IDLE (CPU 0)
    Tasks currently running:
    CPU 0: main
    CPU 1: IDLE
    Task watchdog got triggered. The following tasks did not reset the watchdog in time:
  • IDLE (CPU 0)
    Tasks currently running:
    CPU 0: main
    CPU 1: IDLE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant