This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

One command execution time on serialization

Hi,

I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one question that need your confirm.

We want to compare serialization(51422 and 51822) and Non-serialization(only 51422)'s execution time

We found that under this function, I went to the measurement time by GPIO.

nrf_gpio_pin_set(7); gap_params_init(); nrf_gpio_pin_clear(7);

It need 40ms by GPIO high to low.

But we only use 51422 to do this function to call s310 stack and get callback,it only need 20ms.

Is this true? And need double time to do same function because we use serialization?

Thank you.

Related