mbed library sources

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
marcusC
Date:
Tue Oct 27 07:54:54 2015 +0000
Parent:
635:a11c0372f0ba
Commit message:
Changed for DELTA_DFCM_NNN40; Do not initialize flash at mbed_sdk_init()

Changed in this revision

targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_DELTA_DFCM_NNN40/mbed_overrides.c Show annotated file Show diff for this revision Revisions of this file
--- a/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_DELTA_DFCM_NNN40/mbed_overrides.c	Wed Sep 30 17:00:09 2015 +0100
+++ b/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_DELTA_DFCM_NNN40/mbed_overrides.c	Tue Oct 27 07:54:54 2015 +0000
@@ -114,10 +114,12 @@
     while (NRF_CLOCK->EVENTS_HFCLKSTARTED == 0) 
     {// Do nothing.
     }
-	
-	flash_init();
-	
-	//nrf_delay_ms(10);
-	flash_powerDown();
+
+/* No init flash in this version, 2015/10/27 */	
+//	flash_init();
+//	
+//	//nrf_delay_ms(10);
+//	flash_powerDown();
+/* No init flash in this version, 2015/10/27 */
 	
 }