Hi!
I'm studying CSEc module in S32K144 EVB.
In factory state reset, CMD_DBG_CHAL is used to generate random number used in CMD_DBG_AUTH.
And generally CMD_RNG is used to generate random number.
I am curious if there is any difference between the two commands.
If there is no difference, is it possible to use CMD_RNG instead of CMD_DBG_CHAL?