Dear all,
I want to implement precision clock synchronisation between two Nordic NRF52840DK devices, I have seen the example using the Timeslot API with the Nordic SDK,but I want to implement
this with Precision Time Protocol,that is I need to retrieve timestamp or counter value at the point that a packet is actually sent or received at physical layer.
According to this post,It seems there are APIs in "Zephyr Bluetooth LE Controller" can do this.
But in my case,I use the LLPM example in nrf connect SDK,and this example only support SoftDevice controller.
Is there any similar APIs in SoftDevice Controller can achieve this? many thanks!!
Best regards.