esp-hosted icon indicating copy to clipboard operation
esp-hosted copied to clipboard

ESP-Hosted-FG: Bluetooth Issue

Open mihammouda opened this issue 1 year ago • 2 comments

I need help with bluetooth stack. After receiving the first packet, the wdt reset the esp32. Is the packet valid? Since I'm trying to port the bluetooth stack on my MCU I'm not sure about the HCI packet, can you help me?

I (8200) bt_rx: 0x3ffd1278 01 03 0c 00 |....| ets Jul 29 2019 12:21:46

rst:0x8 (TG1WDT_SYS_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:0x3fff0030,len:6664 load:0x40078000,len:14944 load:0x40080400,len:3816 0x40080400: _init at ??:?

entry 0x40080698 I (161) boot: ESP-IDF v4.4.4 2nd stage bootloader I (161) boot: compile time 14:34:00 I (161) boot: chip revision: v3.0 I (165) boot_comm: chip revision: 3, min. bootloader chip revision: 0 I (172) boot.esp32: SPI Speed : 40MHz I (177) boot.esp32: SPI Mode : DIO I (181) boot.esp32: SPI Flash Size : 16MB W (186) boot.esp32: PRO CPU has been reset by WDT. W (191) boot.esp32: WDT reset info: PRO CPU PC=0x40081775 0x40081775: panicHandler at C:/Espressif/frameworks/esp-idf-v4.4.4/components/esp_system/port/panic_handler.c:213

W (198) boot.esp32: WDT reset info: APP CPU PC=0x4009e5ac 0x4009e5ac: xthal_save_extra_nw at /Users/igrokhotkov/e/esp32/hal/hal/state_asm.S:72

I (204) boot: Enabling RNG early entropy source...

mihammouda avatar Aug 07 '23 13:08 mihammouda