User Activity

Hi,Where can I find how the protection against DPA attacks implemented in the STM32U585 microcontroller works?I couldn't find anything in the datasheet and reference manual.Thanks
Hi,I am using the X-CUBE-AZURE example with the B-U585I-IOT02A development board equipped with STM32U5 microcontroller.Reading the tfm_mbedcrypto_config.h file of the TF-m it says that AES GCM is available with protection against DPA attaccks but in ...
Hello,I am using the X-AZURE-CUBE example that integrates Azure RTOS with TF-M. I would like to define a function in the secure part to be called from the non-secure part. Following the SBSFU example I created a .c file in /Secure/Src, defined the .h...
Hi,Does ThreadX Execution Profile Kit support STM32U5? I am using IAR Embedded Workbench but when I call the Execution Profile Kit functions I always get zero as a value, the parameters monitored by Execution Profile Kit are not updated.To compile th...
Hi,I am trying to modify the SBSFU example provided with STM32CubeU5 to run my own application. I generated the code with STM32CubeMX for IAR by enabling TrustZone and leaving the default values set by STM32CubeMX. I wrote my code, deleted all the fi...