Sfoglia il codice sorgente

Merge pull request #469 from FrankBoesing/patch-8

Add recommended 24MHz crystal setting
main
Paul Stoffregen 4 anni fa
parent
commit
10adbfe322
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      teensy4/startup.c

+ 1
- 0
teensy4/startup.c Vedi File

@@ -52,6 +52,7 @@ void ResetHandler(void)
IOMUXC_GPR_GPR14 = 0x00AA0000;
__asm__ volatile("mov sp, %0" : : "r" ((uint32_t)&_estack) : );
#endif
PMU_MISC0_SET = 1<<3; //Use bandgap-based bias currents for best performance (Page 1175)
// pin 13 - if startup crashes, use this to turn on the LED early for troubleshooting
//IOMUXC_SW_MUX_CTL_PAD_GPIO_B0_03 = 5;
//IOMUXC_SW_PAD_CTL_PAD_GPIO_B0_03 = IOMUXC_PAD_DSE(7);

Loading…
Annulla
Salva