nRF52 RTC
Features
RTC 수량 : nRF52840 의 경우 3개
low power timer on the low-frequency clock source (LFCLK).
Function Block
Clock Source
The RTC will run off the LFCLK. The COUNTER resolution will therefore be 30.517 μs. Depending on the source, the RTC is able to run while the HFCLK is OFF and PCLK16M is not available.
The software has to explicitely start LFCLK before using the RTC.
from : http://infocenter.nordicsemi.com/pdf/nRF52840_PS_v1.0.pdf page 333~
nRF5 SDK 에서 RTC 연관된 Library
1. Timer library : 제조사 제공정보 https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/lib_timer
- 파일명: app_timer.c , 주요함수명 : app_timer_init() 등. <- 여기서 사용된 용어 timer 가 mcu 페리페랄로 timer 아님에 주의.
본 글 포함된 상위 정리글 https://igotit.tistory.com/244 의 nRF52 |
첫등록 : 2019년 1월 13일
최종수정 :
본 글 단축주소 : https://igotit.tistory.com/2047
'임베디드.일렉트로닉스 > nRF52' 카테고리의 다른 글
nRF52. Power - Power Supply. USB Supply 포함 (0) | 2019.01.13 |
---|---|
nRF52. SWI ( Software Interrupts ) (0) | 2019.01.13 |
nRF52. RTC (Real Time Counter/Clock) (0) | 2019.01.13 |
nRF52. Clock Control 구현. (0) | 2019.01.13 |
nRF52840. nRF5 SDK 예제프로젝트 참조하여 본인 프로젝트에서 구현하는 방법. SysTick 코딩을 예로 2 (0) | 2019.01.12 |
nRF52. Clock (0) | 2019.01.12 |
댓글0