STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H563: Unable to Regress or Debug Authenticate

Hello,(previous post was marked as spam - I don't know why, so I'm posting again...)I've been working on Provisioning my STM32H563 and after 3 weeks of not touching it, I am unable to perform Full Regression or Debug Authentication on my password-pro...

SBSFU integration with STM32 L496ZG

I am integrating SBSFU with the STM32L496ZG microcontroller and have created a new project. I attempted to generate the SFB file using a customized post-build script from the L476 Simple App example. Although I modified the script paths for my projec...

X-CUBE cryptolib in sbsfu

Hi,I am implementing the sbsfu encryption functionality on the stm32u575 micros which do not contain hardware accelerator. For this I have decided to use x-cube cryptolib to be able to encrypt and decrypt messages. I have tested the example aes_cbc_e...

Resolved! SBSFU-UserApplication-Debugging

I'm curious what is the best way to debug a User Application when using SBSFU on a STM32.Of course the security mechanisms in SBSFU/SECore must be disabled to allow debugging at all and basically just downloading the UserApplication and debug it with...

How to implement secure boot on STM32 MCU

Hi,I'm using STM32F423ZHT6 MCU board. I want to implement the FOTA as well as Scure Boot on my EVAL board. But I don't have much knowledge about Secure Boot. So, I refer https://www.st.com/en/embedded-software/x-cube-sbsfu.html and AN5056. The SBSFU ...