Yes, it helps a lot and thank you very much!
But here I still have some questions:
1.before I read data from the SRS register, I have to set SRIE register first, and SRIE will reset after POR, so I need to set SRIE register every time at MCU init period, right?
2.after I get the value from SRS register, I am wondering when will the value in SRS register reset? Is that depending on the DELAY[bit0-bit1] Bit in SRIE register(In the example project both bit0 and Bit1 are 1, so it is 514 LPO cycles)? Or I need to clean the value in SRS from SSRS register by w1c?
Looking forward for your reply, Thanks!