Re: Reducing GATT write attribute's timeout and read attribute's BLE_HS_ENOMEM

2018-08-05 Thread Lukasz Wolnik
Hi Chris, I have resolved the issue. It wasn't my mbuf structure but MSYS_1's pool memory leak (caused by my app). After verifying that the same actions recreated in btshell result in no MSYS_1 memory leak (BTW, SHELL_TASK and its mpool stat is a great tool!) I turned my attention back to my

Re: Reducing GATT write attribute's timeout and read attribute's BLE_HS_ENOMEM

2018-08-05 Thread Lukasz Wolnik
Hi Chris, It's been more than a year but I have finally got some findings. In my another Mynewt powered device I got the BLE_HS_ENOMEM error from ble_gattc_write_flat this time. I tried changing BLE_GATT_MAX_PROCS (down to 2 or up to 8) but with no effect. My device was keeping a connection

loading/debugging using BMP

2018-08-05 Thread Rohit Gujarathi
Hello, I am new to mynewt and wanted to know if there is a shell script or a BSP made by someone to use Black magic probe with nrf52832. I can upload hex and elf files using the gdb server of BMP. but i wanted to know if there is support in newt using the "newt load" command. Thanks for your