Przeglądaj źródła

Default Systick to priority 32 (don't hog highest priority)

main
PaulStoffregen 9 lat temu
rodzic
commit
a8818e0058
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      teensy3/mk20dx128.c

+ 1
- 0
teensy3/mk20dx128.c Wyświetl plik

@@ -719,6 +719,7 @@ void ResetHandler(void)
// initialize the SysTick counter
SYST_RVR = (F_CPU / 1000) - 1;
SYST_CSR = SYST_CSR_CLKSOURCE | SYST_CSR_TICKINT | SYST_CSR_ENABLE;
SCB_SHPR3 = 0x20200000; // Systick = priority 32

//init_pins();
__enable_irq();

Ładowanie…
Anuluj
Zapisz