Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
fubowen
/
TrainCamp_fubowen_Modbus
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
晶振频率修改
main
the_deepest
1 settimana fa
parent
7b4b0949cc
commit
171cc958c4
2 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
cmsis/stm32f4xx.h
+1
-1
cmsis/system_stm32f4xx.c
+ 1
- 1
cmsis/stm32f4xx.h
Vedi File
@@ -97,7 +97,7 @@
*/
#if !defined (HSE_VALUE)
#define HSE_VALUE ((uint32_t)2
5
000000) /*!< Value of the External oscillator in Hz */
#define HSE_VALUE ((uint32_t)
1
2000000) /*!< Value of the External oscillator in Hz */
#endif /* HSE_VALUE */
/**
+ 1
- 1
cmsis/system_stm32f4xx.c
Vedi File
@@ -152,7 +152,7 @@
/************************* PLL Parameters *************************************/
/* PLL_VCO = (HSE_VALUE or HSI_VALUE / PLL_M) * PLL_N */
#define PLL_M 2
5
#define PLL_M
1
2
#define PLL_N 336
/* SYSCLK = PLL_VCO / PLL_P */
Scrivi
Anteprima
Caricamento…
Annulla
Salva