Parcourir la source

Add recommended 24MHz crystal setting

Later, we should check if we can reduce the bias, also (For me, it works with minimal bias -but I think should should keep it for now, as it is).
main
Frank il y a 4 ans
Parent
révision
113947c508
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      teensy4/startup.c

+ 1
- 0
teensy4/startup.c Voir le fichier

@@ -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);

Chargement…
Annuler
Enregistrer