14
14
* be used by the user application to setup
15
15
* the SysTick timer or configure other
16
16
* parameters.
17
- *
17
+ *
18
18
* - SystemCoreClockUpdate(): Updates the variable SystemCoreClock and must
19
19
* be called whenever the core clock is changed
20
20
* during program execution.
111
111
* @{
112
112
*/
113
113
114
- #if defined (DATA_IN_ExtSRAM )
115
- static void SystemInit_ExtMemCtl (void );
114
+ #if defined (DATA_IN_ExtSRAM )
115
+ static void SystemInit_ExtMemCtl (void );
116
116
#endif /* DATA_IN_ExtSRAM */
117
117
118
118
/**
125
125
126
126
/**
127
127
* @brief Setup the microcontroller system
128
- * Initialize the FPU setting, vector table location and External memory
128
+ * Initialize the FPU setting, vector table location and External memory
129
129
* configuration.
130
130
* @param None
131
131
* @retval None
@@ -151,7 +151,7 @@ void SystemInit (void)
151
151
CLEAR_REG (EXTI_C2 -> EMR3 );
152
152
#else
153
153
#error Please #define CORE_CM4
154
- #endif
154
+ #endif
155
155
}
156
156
157
157
/**
@@ -165,7 +165,7 @@ void SystemInit (void)
165
165
* based on this variable will be incorrect.
166
166
*
167
167
* @note - The system frequency computed by this function is not the real
168
- * frequency in the chip. It is calculated based on the predefined
168
+ * frequency in the chip. It is calculated based on the predefined
169
169
* constant and the selected clock source:
170
170
*
171
171
* - If SYSCLK source is HSI, SystemCoreClock will contain the
@@ -271,10 +271,10 @@ void SystemCoreClockUpdate (void)
271
271
*/
272
272
void SystemInit_ExtMemCtl (void )
273
273
{
274
-
274
+
275
275
}
276
276
#endif /* DATA_IN_ExtSRAM */
277
-
277
+
278
278
/**
279
279
* @}
280
280
*/
0 commit comments