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 28, 2018 at 15:43I have solve it by myself. The configuration just similar to edge detection .enable the interrupt ,and enable the filter, set low level detection, and net to set exti line ,enable the RTC interrupt .so on .