User Activity

Hello, I am using STM32U585 TFM architecture for one of my project. Which basically is a combined project of 5 internal projects as usual TFM(mentioned below).1. TFM_Appli_NonSecure2. TFM_Appli_Secure3. TFM_Loader_NonSecure4. TFM_Loader_Secure5. TFM_...
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 w...
Hi, need support. send_msg() is a secure area message of TF-M and I am calling it in non secure area via secure_nsc API.What I am observing here is that I am not able to call this function in _tx_initialize_kernel_enter() function after the call to T...
Hi, I am looking for some API which supports chain of certificate feature for NetxSecure TLS, Just like mbedtls_ssl_conf_ca_chain() API in MbedTLS.Need help. Thanks in advance.
 Hi, I am facing some strange issue of Suspended NetX client while receiving TCP packet from Server running from Ubuntu PC. I am attaching screenshot where App TCP thread and Main Ip Instance are getting suspended all of a sudden or if I give a break...