タンパーピン出力。RTCのクロック信号やアラーム信号などをタンパーピンから出力させることが可能。
タンパーピン機能は無効にしてから実行して下さい。
void BKP_RTCOutputConfig(uint16_t BKP_RTCOutputSource )
BKP_RTCOutputSource_None | 出力しない |
BKP_RTCOutputSource_CalibClock | RTCクロックを64分周したクロック信号 |
BKP_RTCOutputSource_Alarm | アラーム信号 |
BKP_RTCOutputSource_Second | 秒信号 |
/* Output the RTC clock source with frequency divided by 64 on the Tamper pad(if the Tamper Pin functionality is disabled) */ BKP_RTCOutputConfig(BKP_RTCOutputSource_CalibClock);