Page 1 of 1

Gatt affects rtc task

Posted: Mon Aug 26, 2024 12:57 pm
by edo76mal
I have a projetc with:

- task rtc on core 1 to read i2c imu with 4000 us timing
- task app_main on core 0
- gatt on core 0.

I test the projetc with
If I have not connetcted gatt (I usualy use app nrf) task rct works in a good way taking 4000 us. If I connect gatt with app nrf, rtc task begins to have a random behaviour, taking mainly 4000us, but sometimes 5000 us and next cycle 3000 us.


.

Re: Gatt affects rtc task

Posted: Mon Aug 26, 2024 1:10 pm
by edo76mal
Another information: the problem is linked with esp_ble_gatts_send_indicate_local. If I don't call this function no problem. But I need to send data via ble....