User Activity

Posted on June 24, 2018 at 15:09 Today i want to implement the  tamper level detection ,but it doesn't works. Is there someone has this using experience? Please help me .Below is my code.void init_BspTamper(){RTC_TamperTypeDef  stamperstructure;  Rt...
Posted on June 24, 2018 at 05:40The tamper level detection configuration shown belowvoid init_BspTamper(){RTC_TamperTypeDef  stamperstructure;  RtcHandle.Instance            = RTC;  RtcHandle.Init.HourFormat     = RTC_HOURFORMAT_24;  RtcHandle.Init....