Checking program for RTC module inside CPU.

Dependents:   RTC_w_COM Frequency_Counter_w_GPS_1PPS debug_tools Nucleo_RTC_Clock_setting ... more

Please refer below link.
http://developer.mbed.org/users/kenjiArai/notebook/nucleo-series-clock-structure-and-xtal-oscillation/

Revision:
1:921a188e61c0
Parent:
0:01ddb8e35845
Child:
2:2ee7a7260cbf
--- a/CheckRTC.h	Sat Nov 01 00:03:16 2014 +0000
+++ b/CheckRTC.h	Sat Nov 01 01:46:04 2014 +0000
@@ -51,5 +51,6 @@
   * @return if proper setting = OK, if not = NG and UNKNOWN-> no support this program
   */
 int32_t CheckRTC(void);
+uint32_t get_RTCSEL(void);
 
 #endif      // CHECK_RTC_H