Ver código fonte

Merge pull request #301 from FrankBoesing/patch-5

SCB_SHPR3 = 0x20000000;  // Systick = priority 32
teensy4-core
Paul Stoffregen 6 anos atrás
pai
commit
db94e10519
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      teensy4/startup.c

+ 1
- 0
teensy4/startup.c Ver arquivo

@@ -120,6 +120,7 @@ static void configure_systick(void)
SYST_RVR = (SYSTICK_EXT_FREQ / 1000) - 1;
SYST_CVR = 0;
SYST_CSR = SYST_CSR_TICKINT | SYST_CSR_ENABLE;
SCB_SHPR3 = 0x20000000; // Systick = priority 32
ARM_DEMCR |= ARM_DEMCR_TRCENA;
ARM_DWT_CTRL |= ARM_DWT_CTRL_CYCCNTENA; // turn on cycle counter
}

Carregando…
Cancelar
Salvar