STM32H745 replacement issue
I use STM32H755ZI to configure the product, but the market is out of stock, can I use STM32H745/STM32H757/STM32H747 instead?Assuming I'm not using CryptoHash/SFI/SBSFU and MIPI-DSIIs LQFP144 pin to pin?
Ask questions and find answers on STM32 security frameworks and tools, including cryptographic libraries, TrustZone, and the Secure Manager.
I use STM32H755ZI to configure the product, but the market is out of stock, can I use STM32H745/STM32H757/STM32H747 instead?Assuming I'm not using CryptoHash/SFI/SBSFU and MIPI-DSIIs LQFP144 pin to pin?
We would need to implement Secureboot & secure FW upgrade feature in one project.I find both STM32G0B0CE and STM32G0B1RET6 not support RNG.But the blow link shows they both support SecurebootX-CUBE-SBSFU - Secure boot & secure firmware update softwar...
Hi, team.Question about security of the MCU.Is it possible to log illegal access by the debugger in the state of RDP Level 1? Any bits is a available for it?
I am using CubeIDE 1.11.2 with a STM32F3DISCOVERY board and have created an IDE project via the integrated CubeMX GUI.I want to activate read protection via HAL_FLASHEx_OBProgram as well as the write protection for the FLASH area of my firmware (appl...
Hello,I have a B-U585I-IOT02A board and was trying out the TFM Application example from STM32Cube_FW_U5_V1.2.0.After flashing the firmware as instructed, I could successfully run the test application. However, after re-connecting the board, I now get...
Hi All,i have downloaded the STM32U585 firmware package from the official sources and want to implement the TFM SBSFU program code into my development board(U585-IOT2A) using STM32 Cube IDE. The user manual mentions installation not possible using Cu...
The question below refers to L452.I encounter once in a while a random activation of the readout protection.I suspect the code that disables the watchdog operation before switching to STOP mode (as it updates the user option bytes).Can this affect th...
I have a user bootloader I have used across various STM32 parts over 12 years. In production RDP level 1 is enabled and this has always been fine for various STM32F1, F2, F4 based products we have in production, and for thousands of units in the fiel...
Hello, I'm a bit stuck and I am not sure what to do so I am asking for your help.Here is the problem :I have a custom board with a STM32WB35 that was working fine for a while. But after multiple (incomplete) boot when I was soldering the battery to m...
I'm using STM's cryptographic library on a STMf412ret6 to encrypt a 16 byte message using a 2048 bit public key generated by the Python-RSA 4.8 library, first result on google for "python rsa".I've verified the key being received by the MCU is identi...