소스 검색

Fix initial delay bug on Teensy-LC

https://forum.pjrc.com/threads/28325-Teensy-LC-and-delay
teensy4-core
PaulStoffregen 9 년 전
부모
커밋
66b28afda0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      teensy3/mk20dx128.c

+ 1
- 0
teensy3/mk20dx128.c 파일 보기

@@ -718,6 +718,7 @@ void ResetHandler(void)

// initialize the SysTick counter
SYST_RVR = (F_CPU / 1000) - 1;
SYST_CVR = 0;
SYST_CSR = SYST_CSR_CLKSOURCE | SYST_CSR_TICKINT | SYST_CSR_ENABLE;
SCB_SHPR3 = 0x20200000; // Systick = priority 32


Loading…
취소
저장