Giter Site home page Giter Site logo

Comments (5)

diplfranzhoepfinger avatar diplfranzhoepfinger commented on May 18, 2024
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x2d (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0x1654
load:0x403c9700,len:0xbb8
load:0x403cc700,len:0x2f88
entry 0x403c9954
I (25) boot: ESP-IDF v4.4.2-dirty 2nd stage bootloader
I (25) boot: compile time 11:19:55
I (25) boot: chip revision: 0
I (27) boot.esp32s3: Boot SPI Speed : 80MHz
I (32) boot.esp32s3: SPI Mode       : DIO
I (36) boot.esp32s3: SPI Flash Size : 2MB
I (41) boot: Enabling RNG early entropy source...
I (47) boot: Partition Table:
I (50) boot: ## Label            Usage          Type ST Offset   Length
I (57) boot:  0 nvs              WiFi data        01 02 00009000 00006000
I (65) boot:  1 phy_init         RF data          01 01 0000f000 00001000
I (72) boot:  2 factory          factory app      00 00 00010000 00177000
I (80) boot: End of partition table
I (84) esp_image: segment 0: paddr=00010020 vaddr=3c090020 size=215b8h (136632) map
I (117) esp_image: segment 1: paddr=000315e0 vaddr=3fc94440 size=02898h ( 10392) load
I (119) esp_image: segment 2: paddr=00033e80 vaddr=40374000 size=0c198h ( 49560) load
I (133) esp_image: segment 3: paddr=00040020 vaddr=42000020 size=81dc8h (531912) map
I (229) esp_image: segment 4: paddr=000c1df0 vaddr=40380198 size=042a8h ( 17064) load
I (233) esp_image: segment 5: paddr=000c60a0 vaddr=50000000 size=00028h (    40) load
I (235) esp_image: segment 6: paddr=000c60d0 vaddr=600fe000 size=00028h (    40) load
I (250) boot: Loaded app from partition at offset 0x10000
I (250) boot: Disabling RNG early entropy source...
I (266) cpu_start: Pro cpu up.
I (266) cpu_start: Starting app cpu, entry point is 0x403754e0
0x403754e0: call_start_cpu1 at /home/franz/esp-idf-v4.4.2/components/esp_system/port/cpu_start.c:160

I (0) cpu_start: App cpu up.
I (280) cpu_start: Pro cpu start user code
I (281) cpu_start: cpu freq: 160000000
I (281) cpu_start: Application information:
I (283) cpu_start: Project name:     modem_console
I (289) cpu_start: App version:      v0.6-43-gfe97314-dirty
I (295) cpu_start: Compile time:     Nov 22 2022 13:35:06
I (301) cpu_start: ELF file SHA256:  2609912feee472fe...
I (307) cpu_start: ESP-IDF:          v4.4.2-dirty
I (313) heap_init: Initializing. RAM available for dynamic allocation:
I (320) heap_init: At 3FC98888 len 00047778 (285 KiB): D/IRAM
I (326) heap_init: At 3FCE0000 len 0000EE34 (59 KiB): STACK/DRAM
I (333) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (339) heap_init: At 600FE028 len 00001FD8 (7 KiB): RTCRAM
I (346) spi_flash: detected chip: gd
I (350) spi_flash: flash io: dio
W (354) spi_flash: Detected size(16384k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
I (367) sleep: Configure to isolate all GPIO pins in sleep state
I (374) sleep: Enable automatic switching of GPIO sleep configuration
I (381) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (401) gpio: GPIO[11]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 
I (401) gpio: GPIO[10]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 
I (2411) modem_pwkey: status = 0
I (2511) modem_pwkey: POWER ON
I (3511) modem_pwkey: POWER ON OK
I (4511) modem_pwkey: status = 1
I (4511) gpio: GPIO[18]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0 
I (4521) uart: queue free spaces: 30
I (4521) modem_console: Initializing esp_modem for the SIM7070 module...
W (5021) modem_console: sync no Success after 0 try
I (5121) modem_console: sync Success after 1 try
I (5221) modem_console: set_flow_control OK
I (5321) modem_console: sync Success after 0 try

Type 'help' to get the list of commands.
Use UP/DOWN arrows to navigate through command history.
Press TAB when typing command name to auto-complete.
esp> cmd AT
I (9701) modem_console: Sending command AT with timeout 1000
I (9701) modem_console: 
DST: 0

*PSUTTZ: 22/11/22,12:42:16","+04",0
AT
OK


***ERROR*** A stack overflow in task uart_task has been detected.


Backtrace:0x40375e0e:0x3fce59500x4037bfed:0x3fce5970 0x4037f73e:0x3fce5990 0x4037dd37:0x3fce5a10 0x4037c0a4:0x3fce5a30 0x4037c09a:0x3fce5a30 0x3fce5a4d:0x3fce5a30  |<-CORRUPTED
0x40375e0e: panic_abort at /home/franz/esp-idf-v4.4.2/components/esp_system/panic.c:402

0x4037bfed: esp_system_abort at /home/franz/esp-idf-v4.4.2/components/esp_system/esp_system.c:128

0x4037f73e: vApplicationStackOverflowHook at /home/franz/esp-idf-v4.4.2/components/freertos/port/xtensa/port.c:394

0x4037dd37: vTaskSwitchContext at /home/franz/esp-idf-v4.4.2/components/freertos/tasks.c:3505

0x4037c0a4: _frxt_dispatch at /home/franz/esp-idf-v4.4.2/components/freertos/port/xtensa/portasm.S:436

0x4037c09a: _frxt_int_exit at /home/franz/esp-idf-v4.4.2/components/freertos/port/xtensa/portasm.S:231





ELF file SHA256: 2609912feee472fe

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0x2d (SPI_FAST_FLASH_BOOT)
Saved PC:0x40375aa4
0x40375aa4: esp_restart_noos at /home/franz/esp-idf-v4.4.2/components/esp_system/port/soc/esp32s3/system_internal.c:143 (discriminator 1)

SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0x1654
load:0x403c9700,len:0xbb8
load:0x403cc700,len:0x2f88
entry 0x403c9954
I (29) boot: ESP-IDF v4.4.2-dirty 2nd stage bootloader
I (29) boot: compile time 11:19:55
I (29) boot: chip revision: 0
I (31) boot.esp32s3: Boot SPI Speed : 80MHz
I (36) boot.esp32s3: SPI Mode       : DIO
I (41) boot.esp32s3: SPI Flash Size : 2MB
I (46) boot: Enabling RNG early entropy source...
I (51) boot: Partition Table:
I (55) boot: ## Label            Usage          Type ST Offset   Length
I (62) boot:  0 nvs              WiFi data        01 02 00009000 00006000
I (69) boot:  1 phy_init         RF data          01 01 0000f000 00001000
I (77) boot:  2 factory          factory app      00 00 00010000 00177000
I (84) boot: End of partition table
I (88) esp_image: segment 0: paddr=00010020 vaddr=3c090020 size=215b8h (136632) map
I (121) esp_image: segment 1: paddr=000315e0 vaddr=3fc94440 size=02898h ( 10392) load
I (124) esp_image: segment 2: paddr=00033e80 vaddr=40374000 size=0c198h ( 49560) load
I (138) esp_image: segment 3: paddr=00040020 vaddr=42000020 size=81dc8h (531912) map
I (234) esp_image: segment 4: paddr=000c1df0 vaddr=40380198 size=042a8h ( 17064) load
I (238) esp_image: segment 5: paddr=000c60a0 vaddr=50000000 size=00028h (    40) load
I (240) esp_image: segment 6: paddr=000c60d0 vaddr=600fe000 size=00028h (    40) load
I (254) boot: Loaded app from partition at offset 0x10000
I (254) boot: Disabling RNG early entropy source...
I (271) cpu_start: Pro cpu up.
I (271) cpu_start: Starting app cpu, entry point is 0x403754e0
0x403754e0: call_start_cpu1 at /home/franz/esp-idf-v4.4.2/components/esp_system/port/cpu_start.c:160

I (249) cpu_start: App cpu up.
I (285) cpu_start: Pro cpu start user code
I (285) cpu_start: cpu freq: 160000000
I (285) cpu_start: Application information:
I (288) cpu_start: Project name:     modem_console
I (293) cpu_start: App version:      v0.6-43-gfe97314-dirty
I (300) cpu_start: Compile time:     Nov 22 2022 13:35:06
I (306) cpu_start: ELF file SHA256:  2609912feee472fe...
I (312) cpu_start: ESP-IDF:          v4.4.2-dirty
I (317) heap_init: Initializing. RAM available for dynamic allocation:
I (324) heap_init: At 3FC98888 len 00047778 (285 KiB): D/IRAM
I (331) heap_init: At 3FCE0000 len 0000EE34 (59 KiB): STACK/DRAM
I (337) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (344) heap_init: At 600FE028 len 00001FD8 (7 KiB): RTCRAM
I (350) spi_flash: detected chip: gd
I (354) spi_flash: flash io: dio
W (358) spi_flash: Detected size(16384k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
I (372) sleep: Configure to isolate all GPIO pins in sleep state
I (378) sleep: Enable automatic switching of GPIO sleep configuration
I (386) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (406) gpio: GPIO[11]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 
I (406) gpio: GPIO[10]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 
I (2416) modem_pwkey: status = 1
I (2416) gpio: GPIO[18]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0 
I (2426) uart: queue free spaces: 30
I (2426) modem_console: Initializing esp_modem for the SIM7070 module...

from esp-protocols.

david-cermak avatar david-cermak commented on May 18, 2024
***ERROR*** A stack overflow in task uart_task has been detected.

Please update the stack size of the UART task.

This issue has been fixed on master already, so it should be enough to remove your local sdkconfig

from esp-protocols.

diplfranzhoepfinger avatar diplfranzhoepfinger commented on May 18, 2024

CONFIG_EXAMPLE_MODEM_UART_EVENT_TASK_STACK_SIZE=4096

from esp-protocols.

diplfranzhoepfinger avatar diplfranzhoepfinger commented on May 18, 2024
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x2d (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0x1654
load:0x403c9700,len:0xbb8
load:0x403cc700,len:0x2f88
entry 0x403c9954
I (25) boot: ESP-IDF v4.4.2-dirty 2nd stage bootloader
I (25) boot: compile time 13:55:25
I (25) boot: chip revision: 0
I (27) boot.esp32s3: Boot SPI Speed : 80MHz
I (32) boot.esp32s3: SPI Mode       : DIO
I (36) boot.esp32s3: SPI Flash Size : 2MB
I (41) boot: Enabling RNG early entropy source...
I (47) boot: Partition Table:
I (50) boot: ## Label            Usage          Type ST Offset   Length
I (57) boot:  0 nvs              WiFi data        01 02 00009000 00006000
I (65) boot:  1 phy_init         RF data          01 01 0000f000 00001000
I (72) boot:  2 factory          factory app      00 00 00010000 00177000
I (80) boot: End of partition table
I (84) esp_image: segment 0: paddr=00010020 vaddr=3c090020 size=215b8h (136632) map
I (117) esp_image: segment 1: paddr=000315e0 vaddr=3fc94440 size=02898h ( 10392) load
I (119) esp_image: segment 2: paddr=00033e80 vaddr=40374000 size=0c198h ( 49560) load
I (133) esp_image: segment 3: paddr=00040020 vaddr=42000020 size=81dc4h (531908) map
I (229) esp_image: segment 4: paddr=000c1dec vaddr=40380198 size=042a8h ( 17064) load
I (233) esp_image: segment 5: paddr=000c609c vaddr=50000000 size=00028h (    40) load
I (235) esp_image: segment 6: paddr=000c60cc vaddr=600fe000 size=00028h (    40) load
I (250) boot: Loaded app from partition at offset 0x10000
I (250) boot: Disabling RNG early entropy source...
I (266) cpu_start: Pro cpu up.
I (266) cpu_start: Starting app cpu, entry point is 0x403754e0
0x403754e0: call_start_cpu1 at /home/franz/esp-idf-v4.4.2/components/esp_system/port/cpu_start.c:160

I (0) cpu_start: App cpu up.
I (280) cpu_start: Pro cpu start user code
I (281) cpu_start: cpu freq: 160000000
I (281) cpu_start: Application information:
I (283) cpu_start: Project name:     modem_console
I (289) cpu_start: App version:      v0.6-45-gb436863
I (294) cpu_start: Compile time:     Nov 22 2022 13:55:23
I (301) cpu_start: ELF file SHA256:  64a20aaf874437a5...
I (307) cpu_start: ESP-IDF:          v4.4.2-dirty
I (312) heap_init: Initializing. RAM available for dynamic allocation:
I (319) heap_init: At 3FC98888 len 00047778 (285 KiB): D/IRAM
I (326) heap_init: At 3FCE0000 len 0000EE34 (59 KiB): STACK/DRAM
I (332) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (338) heap_init: At 600FE028 len 00001FD8 (7 KiB): RTCRAM
I (345) spi_flash: detected chip: gd
I (349) spi_flash: flash io: dio
W (353) spi_flash: Detected size(16384k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
I (367) sleep: Configure to isolate all GPIO pins in sleep state
I (373) sleep: Enable automatic switching of GPIO sleep configuration
I (380) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (401) gpio: GPIO[11]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 
I (401) gpio: GPIO[10]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 
I (2411) modem_pwkey: status = 0
I (2511) modem_pwkey: POWER ON
I (3511) modem_pwkey: POWER ON OK
I (4511) modem_pwkey: status = 1
I (4511) gpio: GPIO[18]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0 
I (4521) uart: queue free spaces: 30
I (4521) modem_console: Initializing esp_modem for the SIM7070 module...
W (5021) modem_console: sync no Success after 0 try
I (5121) modem_console: sync Success after 1 try
I (5221) modem_console: set_flow_control OK
I (5321) modem_console: sync Success after 0 try

Type 'help' to get the list of commands.
Use UP/DOWN arrows to navigate through command history.
Press TAB when typing command name to auto-complete.
esp> cmd AT
I (8411) modem_console: Sending command AT with timeout 1000
I (8421) modem_console: 
DST: 0

*PSUTTZ: 22/11/22,12:57:56","+04",0
AT
OK

esp> 

from esp-protocols.

diplfranzhoepfinger avatar diplfranzhoepfinger commented on May 18, 2024

working !

from esp-protocols.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.