Hi @danielmartynek , sorry for the delay to respond, I tried for a few days to work with RTD 6.0.0, but to avoid work, with errors that were happening, I decided to download and install RTD 4.0.0, and eMcem worked perfectly, thank you very much for your help.
Now I have another doubt, I’m using the BIST for self-test, and I’m using the NXP’s own example - SPD_Demo as support, but after calling Bist_Run(BIST_SAFETYBOOT_CFG); the micro resets, as expected, but when it returns , it needs to return with the reasonReset == MCU_ST_DONE_RESET flag, but it always returns as MCU_POWER_ON_RESET, so the behavior is always call Bist_Run(BIST_SAFETYBOOT_CFG); and reset.
Here are some prints of my settings:

Do I need to configure any peripherals in the RTD, MCAL or in the SDP to work?
Thank you!