STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Tamper configuration in SBSFU code for stm32u5

hi i am trying to work with ST given example code of SBSFU for the U585 controller. Here my requirement is to add the active tampers to the system. in this given code i think tamper is only configured in the bootloader application only.tamper detecti...

sabari1_0-1725342152610.png
sabari1 by Associate III
  • 159 Views
  • 0 replies
  • 0 kudos

CRP protection not working on STM32H563IIK6

I tried CRP protection for STM32H563IIK6. But is it not working. This is the code.#define OB_RDP_LEVEL_0 ((uint8_t)0xAA)#define OB_RDP_LEVEL_1 ((uint8_t)0x55)#define OB_RDP_LEVEL_2 ((uint8_t)0xCC)HAL_StatusTypeDef FLASH_If_WriteProtectionConfig(uint3...

ANSSI certification for STM32U5

Hi, I'm quite familiar with STM32 trustzone features. Also I know due to there's a random number generator it should be ANSSI capable. But I can't find anywhere a text "ANSSI". Have you as a ST already applied a ANSSI certificate for STM32U545 or any...

Jouni_S by Associate II
  • 612 Views
  • 6 replies
  • 0 kudos

STM32F423ZHT6 is Support for Secure Boot?

Hi, good morning, sir/madam.We are using a STM32F423ZHT6 MCU for Smart Lock in our project.We have some security purposes for our lock and need security boot options.So please clarify this MCU has secure boot options. If this MCU has secure boot opti...

Resolved! STSAFE- A110 mqtt tls authentication

Hello, I am confused in finalizing a secure chip for my iot gateway(linux). I read all the documents for ST SAFE-A110. My gateway has an mqtt broker which is bridged to another broker in cloud. In order to Implement TLS for mqtt i need to provide key...

Anzal3c3 by Associate II
  • 434 Views
  • 6 replies
  • 2 kudos

Resolved! 32F417 - the definitive way to set RDP2?

Is this the right way? if (FLASH_OB_GetRDP() != OB_RDP_LEVEL_2) { HAL_FLASH_Unlock(); // Unlock the flash memory HAL_FLASH_OB_Unlock(); // Unlock the option bytes *(__IO uint8_t*) OPTCR_BYTE1_ADDRESS = OB_RDP_LEVEL_2; // Set RDP2 HAL_FL...

PHolt.1 by Senior III
  • 504 Views
  • 4 replies
  • 0 kudos

Resolved! Debugging SBSFU

Hello,I would like to be able to debug the SBSFU application of the STM32U5 microcontroller series. What steps do I have to follow to be able to do it? Thanks in advance

Istillaga by Associate III
  • 256 Views
  • 1 replies
  • 1 kudos

Resolved! Clock change in the sbsfu application

Hello,I am using the stm32u5 SBSFU application and I am trying to implement my own 64 MHz clock. But when I change it from 160 Mhz to 64 Mhz the application does not work. Can the SBSFU clock work with less than 160 MHz or does it have to work only w...

Istillaga by Associate III
  • 459 Views
  • 2 replies
  • 0 kudos