Dialog Semiconductor customer support - data rate https://support.dialog-semiconductor.com/resource-keywords/data-rate en Auto disconnect related to connection interval https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-42-%E2%80%93-software/auto-disconnect-related-connection

Hello,
I use 14580 Pro board, SDK5.0.4. I found that when fixed the sensor sampling rate, if I set the connection interval too large, the board will disconnect after several minutes. If I change the connection interval smaller then it won't disconnect. When it is disconnected, it stops at:
void wrap_platform_reset(uint32_t error)
{
ASSERT_WARNING(error==RESET_AFTER_SPOTA_UPDATE); //do not break in case of a SPOTA reset
platform_reset_func(error);
}

I guess it is because with long connection interval the board cannot transmit all the sampled data. Is it the reason why it is disconnected? And why does it stop in wrap_platform_reset? Thanks.

Device: 
Thu, 16 Feb 2017 03:11:15 +0000 sentimental 5428 at https://support.dialog-semiconductor.com https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-42-%E2%80%93-software/auto-disconnect-related-connection#comments