Re: Bluetooth mesh sample (mesh) - Hard Fault
Carles Cufi
Hi Jehudi,
toggle quoted message
Show quoted text
-----Original Message-----Thanks for all the info. Before we investigate whether the CSR8510 is doing something it should not, can we double-check additional stack sizes? Can you set: CONFIG_BT_HCI_TX_STACK_SIZE to 1024 and CONFIG_BT_RX_STACK_SIZE to as much as you can, 4096 ideally I see that your receive thread stack (CONFIG_BT_RX_STACK_SIZE) is getting near the 2048 limit, which is huge. Are you doing a lot of complex operations in BLE callbacks? Thanks, Carles |
|