STM32 MCUs Security

Ask questions and find answers on STM32 security frameworks and tools, including cryptographic libraries, TrustZone, and the Secure Manager.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeExpansion_SBSFU_V2.6.2 build oversize

Hello,I try to build the STM32CubeExpansion_SBSFU_V2.6.2 for STM32H750B-DK. I use STM32CubeIDE Version: 1.9.0 on Windows 10.The build result is suspicious:   More details: The first section is overflown by 3479%. What I did wrong? How to fix it? Th...

tarbal_0-1708633612475.png tarbal_1-1708633716558.png
tarbal by Associate III
  • 1148 Views
  • 2 replies
  • 0 kudos

Resolved! x-cube-sbsfu mem manage fault exception

Am testing the x-cube-sbsfu on H7A3 (using H7B3 project with OTFDEC disabled).  After enabling SFU_MPU_PROTECT_ENABLE, I always ran into mem manage fault when the function HAL_RCC_GetPCLK1Freq is called during HAL_UART_Init: An MPU or Execute Never (...

JQiao.1 by Associate II
  • 1206 Views
  • 2 replies
  • 0 kudos

Secure area for nucleo h755

Hello,I would like to setup a secure area on the h755 board. My setup is as follows:I have a secure app that runs permanently on the m7, and on the m4, there is a non-secure app running.I want to configure all but the last sector of the m7 as secure....

smnhff by Associate II
  • 684 Views
  • 2 replies
  • 0 kudos

NetX secure TLS handshake time

hi all,I am trying to implement a TCP echo device on STM32U585 controller. here the TCP/IP communication is over ethernet as well as USB (CDC ECM). The communication channel is protected using TLS encryption.here am using NetX stack as the TCP/IP sta...

sabari1_0-1709038638021.png sabari1_1-1709039079996.png
sabari1 by Associate III
  • 2228 Views
  • 5 replies
  • 1 kudos

SBSFU - writing to MODER stops UART

Hi There,               I am trying to get our product working using the SBSFU on our product.  The latest problem I have is that the UART works when the application runs standalone - i.e. our code within the user app using the ST link, however, when...