In one of our application, we are using TJA1128 SBC, configured SBC in Config mode and validated CRC, how to check the device is properly configured or not and the CRC which I have calculated is correct. I have written the calculated CRC to the MTPNV CRC register and after writing the CRC, I think the device will move to the standby mode, but from there when Iam trying to move to the normal mode it is not going to normal mode and LIN transceiver is not working.
The configuration registers are:
SYSTEM_REGISTER = 0x00u
WAKE_REGISTER = 0x10u
LDO_REGISTER = 0x00
LIN_REGISTER = 0x00u
WATCHDOG_REGISTER = 0x22u
HVMPO_REGISTER = 0x00u
and I am using the CRC algorithm provided in the datasheet:

I am getting the CRC as 0x26, is this correct (valid CRC)?
And I am also not moving to standby and normal mode. I want to know how to achieve this standby mode and normal mode.
* And one more thing I wanted to mention is that the SPI is also not reading and writing the registers after writing to the MTPNV CRC register.