-
Notifications
You must be signed in to change notification settings - Fork 132
Description
Hi Matew:
I'm using project 0016_ESPRESSIF_ESP32_RPC, which I downloaded from your GIT. It compiles fine for both ESP32 and ESP32 S3, but when I flash the boards, the following message appears:
--- 0x4037bec1: panic_abort at C:/Users/carlo_p59mbo7/esp/v5.5.1/esp-idf/components/esp_system/panic.c:469
--- 0x4037be89: esp_system_abort at C:/Users/carlo_p59mbo7/esp/v5.5.1/esp-idf/components/esp_system/port/esp_system_chip.c:87
--- 0x403843b9: __assert_func at C:/Users/carlo_p59mbo7/esp/v5.5.1/esp-idf/components/newlib/src/assert.c:80
--- 0x4200d0ef: void Container<RPC_Callback, 3u>::insert<RPC_Callback const*>(RPC_Callback*, RPC_Callback const* const&, RPC_Callback const* const&) at C:/ESP32S2/RPC/thingsboard-client-sdk-master/src/Container.h:261
--- 0x4200d16b: bool Server_Side_RPC<3u, 5u, DefaultLogger>::RPC_Subscribe<RPC_Callback const*>(RPC_Callback const* const&, RPC_Callback const* const&) at C:/ESP32S2/RPC/thingsboard-client-sdk-master/src/Server_Side_RPC.h:70
--- 0x4200d359: app_main at C:/ESP32S2/RPC/thingsboard-client-sdk-master/examples/0016-espressif_esp32_rpc/main/0016-espressif_esp32_rpc.cpp:233
--- 0x420a3ec0: main_task at C:/Users/carlo_p59mbo7/esp/v5.5.1/esp-idf/components/freertos/app_startup.c:208
--- 0x4037cb71: vPortTaskWrapper at C:/Users/carlo_p59mbo7/esp/v5.5.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c:139
And the board reboots. What could be the cause?
Thank you very much and best regards.
Carlos