About Guru Meditation Error
About Guru Meditation Error
Test Test Test
Last edited by emirtnrvr on Thu Feb 26, 2026 3:55 pm, edited 1 time in total.
Re: About Guru Meditation Error
Try to remove this part:
Honestly I haven't fully checked the underlying cause yet.
Apparently, `nimble_port_run` calls `ble_gatts_start` which leads to some sort of memory corruption.
I might be wrong so please verify if this solution is actually correct. I just wanted to share my findings so far since I've run into a similar or the same bug.
Code: Select all
// Start GATT server
rc = ble_gatts_start();
if (rc != 0) {
ESP_LOGE(TAG, "GATT start failed: %d", rc);
return;
Apparently, `nimble_port_run` calls `ble_gatts_start` which leads to some sort of memory corruption.
I might be wrong so please verify if this solution is actually correct. I just wanted to share my findings so far since I've run into a similar or the same bug.
Who is online
Users browsing this forum: PerplexityBot and 15 guests