Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: MAX34417_demo MAXREFDES1265 MAXREFDES1265
Fork of mbed-dev by
Revision 164:2e7515f8c45d, committed 2017-03-24
- 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 |
--- 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(); }