I used J-Link V9 to connect and flash SW for FS32K148 chip, but I faced this issue as picture below.

From my understanding, my chip is locked due to the wrong data is written to the flash at Address 0x400 -> 0x40F (related to protection bytes).
I tried to unlock chip by command:
[
J-Link>r0 // pull reset pin low
J-Link>swdwritedp 2,0x01000000 // MDM_AP status register
J-Link>swdreadap 0 // Read MDM_AP status register
J-Link>swdreadap 0 // Read MDM_AP status register (has to be done 2x) Flash memory ready and Mass erase enable bits should be set
J-Link>swdreadap 1 // Read MDM_AP control register
J-Link>swdreadap 1 // Read MDM_AP control register (has to be done 2x)
J-Link>unlock Kinetis // Erase and unsecure the MCU
]
But I can't. The error shown that:


Is there anyone faced this issue? Could you please to support for fixing this.
Thank you.