commit | ff6b5d979fbb42309b50130c410b297581286c98 | [log] [tgz] |
---|---|---|
author | Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no> | Thu Sep 09 15:44:14 2021 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Jan 19 17:46:28 2022 +0100 |
tree | 83546de219fb03f5542c38fef0cc337dc5376395 | |
parent | 1f445b65fb74378292e236fa112a4e1453f5a995 [diff] |
soc: arm: nordic_nrf: nrf53: Add Synchronized RTC Add a module which is responsible for getting offset between RTCs used for system clock on NET and APP cores. After getting an offset between NET and APP clocks, it can be used for logging timestamping on NET core to ensure that timestamping is in sync on both cores. Synchronization is done using PPI, IPM task and events and RTC capture feature. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>