Closed
Description
Using the arduino BLE_write.ino example from the library, the program chashes
log error on the terminal:
-----------------------------------------------
E (1132) esp_pthread: pthread_getspecific: not supported!
E (1132) esp_pthread: pthread_setspecific: not supported!
abort() was called at PC 0x400ecc4f on core 0
Backtrace: 0x400894f8:0x3ffe2360 0x400895f7:0x3ffe2380 0x400ecc4f:0x3ffe23a0 0x400ecc96:0x3ffe23c0 0x400ed3ae:0x3ffe23e0 0x400ed437:0x3ffe2400 0x400dc2df:0x3ffe2420 0x400ddeb2:0x3ffe2440 0x400de03e:0x3ffe2460 0x400de389:0x3ffe24a0 0x400de3c9:0x3ffe24d0 0x400de3d9:0x3ffe24f0 0x400d8fd2:0x3ffe2510 0x400d5e1d:0x3ffe2530 0x400d505d:0x3ffe2570 0x400fa589:0x3ffe2590 0x400f6a32:0x3ffe25d0
Rebooting...
ets Jun 8 2016 00:22:57
rst:0xc (SW_CPU_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:1
load:0x3fff0010,len:4
load:0x3fff0014,len:812
load:0x40078000,len:0
load:0x40078000,len:10164
entry 0x400789f8
I'm getting the same problem on other BLE examples as well