User Activity

Hi,I have followed below youtube link for enabling debugging for TFM firmware successfully.https://www.youtube.com/watch?v=rlmQhfXyYCQ&list=PLnMKNibPkDnGd7J7fV7tr-4xIBwkNfD-- I enable single binary for both Appli_NonSecure and Appli_Secure by choosin...
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.