Azure RTOS Integration in B-U585-IOT2A Bootloader Environment
Hello ST, I am trying to integrate ThreadX into TFM_Appli-NonSecure project. Mostly I am able to integrate it and execute but to make a thread run, I have to comment _tx_initialize_low_level(); API in _tx_initialize_kernel_enter() function.
This all work smoothly until I try thread context switching. My initial understanding assumption says pendsv_hander is not getting called.
Could I get some more insight to resolve this issue as there is no direct example available for this.
