Resolved! Calling non-secure callable from FreeRTOS Thread causing HardFault on STM32H573
I've been struggling with this problem for several hours.Using bare metal, I can invoke a non-secure callable from the non-secure application.When I added FreeRTOS + CMSIS RTOS v2 wrapper, and try to do the same from a thread context, I get a hard fa...