Resolved! In STM32L552 Nucleo-144, unable to load non secure code when call happened from secure to non secure.
I am working on STM32L552 Nucle0-144 board with Trustzone enabled. Secure code starts from 0x0C000000 and non secure code vector table located at 0x08040000. After completing the initializations in secure code I am calling non secure reset handler by...