Hi @Pablo_Ramos
Thank you very much for your support; indeed, both projects are as follows.
If I add the projects using the "import SDK examples" option and then build and run them directly, I encounter no issues, and the project functions as expected. However, the problem arises when I use the "update code" option. As seen, there are many warnings in the default code state.
The key point here is that the issue only appears when the TrustZone codes are updated. If I don’t update the TrustZone codes, I don't encounter this issue. Additionally, if I open any other project containing TrustZone, I continue to receive this error. So, the problem seems to be in the code generation for TrustZone.
When I look into the source of the error, I see an issue related to floating points. When I check my UFSR register, as shown in the first image, I notice that the NCOP flag is set. The hard fault occurs during a floating-point operation. Could there be an error related to hardware activation for floating points in the new version of TrustZone?

