Hi, TI
We met a strange problem during inplement safety mechanism "MMR-F2 - Partition locks" .
We first disable the lock interrupt for Wakeup (CTRLMMR_WKUP_INTR_STAT_CLR.EN_LOCK_ERR = 1; CTRLMMR_WKUP_INTR_EN_CLR.LOCK_ERR_EN_CLR = 1), and then lock all the partitions in wakeup.
If we only do above, then it is fine. No lock error will be set. But if we disable the lock interrupt for MCU (CTRLMMR_MCU_INTR_STAT_CLR.EN_LOCK_ERR = 1, CTRLMMR_MCU_INTR_EN_CLR.LOCK_ERR_EN_CLR = 1), it will report lock error for wakeup. (CTRLMMR_WKUP_INTR_RAW_STAT.LOCK_ERR)
We are very confuse that why setting MCU lock registers will affect wakeup side. Could you give us some advise?
Thank you!
Zhihua