2023-07-03 03:11 AM
Hi Team;
We have selected Trust zone MCU STM32U585ZIT6Q (U5 series) for our project.
We are using with Trust zone enable in our project.
we have a query regarding the X-CUBE-CLASSB-U5.
We have taken library of X-CUBE-CLASSB-U5 and test example code in STM32CubeIDE and its working fine
But when we enable Threadx and call ClassB test function "STL_RunStep()" from thread(non secure),It will generate hard-fault.
In same thread i am able to toggle secure GPIO.
Please guide us for same.
Thank you.