Maxim mbed development library

Dependents:   MAX34417_demo MAXREFDES1265 MAXREFDES1265

Fork of mbed-dev by mbed official

Files at this revision

API Documentation at this revision

Comitter:
switches
Date:
Fri Mar 24 15:15:13 2017 +0000
Parent:
163:2b6d131ad111
Commit message:
Added low level init to clear IO registers

Changed in this revision

targets/TARGET_Maxim/TARGET_MAX32625/device/system_max32625.c Show annotated file Show diff for this revision Revisions of this file
diff -r 2b6d131ad111 -r 2e7515f8c45d targets/TARGET_Maxim/TARGET_MAX32625/device/system_max32625.c
--- a/targets/TARGET_Maxim/TARGET_MAX32625/device/system_max32625.c	Fri Mar 24 01:17:32 2017 +0000
+++ b/targets/TARGET_Maxim/TARGET_MAX32625/device/system_max32625.c	Fri Mar 24 15:15:13 2017 +0000
@@ -262,6 +262,9 @@
     __ISB();
 #endif
 
+    /* Early platform initialization */
+    low_level_init();
+
     /* Perform an initial trim of the internal ring oscillator */
     CLKMAN_TrimRO();
 }