This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSPM0L2228: RTC Lock function

Part Number: MSPM0L2228
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hi,

My customer wants to enable RTC_A counter lock function.
When he writes 0x22000001 to RTCLOCK register from CCS, it works as expected. 

But when he enabled "Enable Write Protect" checkbox in sysconfig, it does not seem working.
(PROTECT bit is not set)

He also tried to add below API in the code, but the result was the same (PROTECT bit is not set). Why?

DL_RTC_Common_enableWriteProtect(RTC_A);

Thanks and regards,
Koichiro Tashiro