/*
* This is the entry point of the programm
* It does the set up of the memory and then starts the main.
+ * FIXME : The compiler ensures that the values remain valid (not stored in the
+ * copied or erased sections of RAM, but this should be forced by assembly
+ * code from here.
*/
void Reset_Handler(void)
{
};
/***************************************************************************** */
-/* Required system inits */
+/* Required system inits */
/***************************************************************************** */
/* Configure the brown-out detection */
/***************************************************************************** */
-/* Default sleep function */
+/* Default sleep functions */
/***************************************************************************** */
/* Note that if the systick core functions are used these will be overridden */